Skip to content

Commit

Permalink
ci: drop 10.0.x, as it does not have npm ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 9, 2021
1 parent 9fb3641 commit 3cd69ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.0.x, 10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x, 16.x]
node-version: [10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x, 16.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down

0 comments on commit 3cd69ff

Please sign in to comment.