Test supported Node versions (#11314)
Some checks are pending
Node.js CI / build (20.x) (push) Waiting to run
Node.js CI / build (22.x) (push) Waiting to run
Node.js CI / build (24.x) (push) Waiting to run

* Fix typo

* Remove unnessecary file

* Test supported Node versions

---------

Co-authored-by: Mia <49593536+mia-pi-git@users.noreply.github.com>
Co-authored-by: HoeenHero <HoeenCoder@users.noreply.github.com>
This commit is contained in:
Sergio Garcia 2025-07-31 17:12:49 +02:00 committed by GitHub
parent 503030c0d8
commit 03e1fb6dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,11 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [
'20.x',
'22.x',
'24.x',
]
steps:
- uses: actions/checkout@v4