This commit is contained in:
Rafał Więcek 2024-10-10 20:50:17 +02:00 committed by GitHub
commit 73d7126f0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ["18.x", "20.x"]
node: ["18.x", "20.x", "21.x", "22.x"]
os: [ubuntu-latest]
steps: