update node.js versions for CI from 12,14 to 16,17

This commit is contained in:
Joe Pea 2022-01-09 19:45:09 -08:00
parent 5de5e5ec96
commit b17826f3f3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 17.x]
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
steps: