Add nodejs 25 to CI

This commit is contained in:
sebastien 2025-10-17 17:52:56 +02:00
parent 5e846f6496
commit 36089559d8
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