Skip to content

Commit 81dd09a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)