Skip to content

Commit

Permalink
chore: dropped old node releases, added node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Feb 5, 2022
1 parent 7c53ce8 commit 83f4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 83f4529

Please sign in to comment.