Skip to content

Commit 09e3113

Browse files
committed
update node.js versions for CI from 12,14 to 14,16
1 parent 5de5e5e commit 09e3113

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)