Skip to content

Commit

Permalink
Remove node10 CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Apr 20, 2022
1 parent 91358bc commit 2c8f38e
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 13.x, 14.x, 16.x]
node-version: [12.x, 13.x, 14.x, 16.x]
jest-version: [24, 25, 26, 27]
exclude:
# jest@27 doesn't support node@13
Expand Down

0 comments on commit 2c8f38e

Please sign in to comment.