Skip to content

Commit

Permalink
chore: remove node 10.x from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jul 7, 2020
1 parent f2d1b88 commit 47b0b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 47b0b8a

Please sign in to comment.