Merge pull request #84 from curbengh/node-17

chore(ci): Node 17
This commit is contained in:
Ming Di Leom 2021-10-20 19:31:01 +10:30 committed by GitHub
commit a6018cb7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['12', '14', '15', '16'] node-version: ['12', '14', '16', '17']
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4