CI: use new versions of Node.js too

This commit is contained in:
Andre Staltz 2023-11-07 11:17:04 +02:00
parent 4157b4989c
commit 25c073f391
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x] node-version: [18.x, 20.x, 21.x]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3