Skip to content

Commit

Permalink
chore: Don't test with node 10 or 15 (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Jun 12, 2021
1 parent cd3baaf commit 4029441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
main:
strategy:
matrix:
node: [10, 12, 14, 15, 16]
node: [12, 14, 16]
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down

0 comments on commit 4029441

Please sign in to comment.