Skip to content

Commit

Permalink
update node.js versions for CI from 12,14 to 16,17
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jan 10, 2022
1 parent 5de5e5e commit 26655aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.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: [16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
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 26655aa

Please sign in to comment.