Skip to content

Commit

Permalink
Remove node 10 from the CI (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Oct 30, 2021
1 parent 0fe0f3e commit 4d9bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14, 16]
node: [12, 14, 16]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 4d9bf13

Please sign in to comment.