ci: test with Node.js 17.x (#3274)

This commit is contained in:
Antoine du Hamel 2021-10-27 20:27:05 +02:00 committed by GitHub
parent f0a478d21a
commit e30601df8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- name: Checkout sources
uses: actions/checkout@v2

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.20.1, 12.x, 14.x, 16.x]
node-version: [10.20.1, 12.x, 14.x, 16.x, 17.x]
steps:
- name: Checkout sources
uses: actions/checkout@v2