Skip to content

Commit

Permalink
ci: drop node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Dec 24, 2021
1 parent 46fd5e1 commit 2a97ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
test:
strategy:
matrix:
node: [10, 12, 14]
node: [14, 16]
eslint: [3, 4, 5, 6, 7]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2a97ffb

Please sign in to comment.