Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7c9ba0

Browse files
committedJan 10, 2022
update node.js versions for CI from 12,14 to 16,17
1 parent 5de5e5e commit d7c9ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [12.x, 14.x]
19+
node-version: [16.x, 17.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [12.x, 14.x]
19+
node-version: [14.x, 16.x]
2020
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
2121

2222
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.