chore(ci): add nodejs 25 to CI jobs matrix (#11495)

This commit is contained in:
Sébastien Lorber 2025-10-17 18:08:45 +02:00 committed by GitHub
parent 5e846f6496
commit e133e8d6d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.0', '20', '22', '24']
node: ['20.0', '20', '22', '24', '25']
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

View File

@ -27,7 +27,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: ['20.0', '20', '22', '24']
node: ['20.0', '20', '22', '24', '25']
steps:
- name: Support longpaths
run: git config --system core.longpaths true

View File

@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.0', '20', '22', '24']
node: ['20.0', '20', '22', '24', '25']
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0