adds nodejs17 to the test configuration

This commit is contained in:
Lars Berning 2021-11-11 21:15:28 +01:00
parent 68f4313518
commit e9edce56ec
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2