ci tests with node 18 and 20

This commit is contained in:
Andre Staltz 2023-12-19 15:06:31 +02:00
parent d290cc74c6
commit 25cd72aee7
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