Node.js 20 LTS

This commit is contained in:
Libor M 2023-11-10 14:16:07 +01:00 committed by GitHub
parent 82920c612a
commit 812ca1ac4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2