ci: node remove 14, set 16 to minimum suported, add 20 and 22 (#622)

This commit is contained in:
CosminPerRam 2024-08-31 01:34:21 +03:00 committed by GitHub
parent 0727e10d96
commit 2cfb2c8592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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