Skip to content

Commit

Permalink
update node.js versions for CI from 12,14 to 14,16
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jan 10, 2022
1 parent 5de5e5e commit 81dd09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.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: [12.x, 14.x]
node-version: [14.x, 16.x]
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']

steps:
Expand Down

0 comments on commit 81dd09a

Please sign in to comment.