ci: update node.js versions

This commit is contained in:
Andre Staltz 2023-11-24 14:06:36 +02:00
parent 8057d41538
commit bd6eae2976
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:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3