fix: switch tests to node 25.3.0 #6771

This commit is contained in:
Lionel VICTOR 2026-01-20 00:39:26 +01:00
parent 8bdb9796f7
commit 95a371450c
4 changed files with 8 additions and 8 deletions

View File

@ -103,10 +103,10 @@ jobs:
path: node_modules
key: node-modules-${{ runner.os }}-node${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
- name: Use Node.js 20
- name: Use Node.js 25.3.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
node-version: 25.3.0
- run: npm clean-install --no-fund
- run: npm run lint:prod

View File

@ -36,10 +36,10 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Use Node.js 20
- name: Use Node.js 25.3.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
node-version: 25.3.0
- name: Build and push base2-slim image
run: npm run build-docker-base-slim

View File

@ -39,10 +39,10 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Use Node.js 20
- name: Use Node.js 25.3.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
node-version: 25.3.0
- name: Cache/Restore node_modules
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1

View File

@ -35,10 +35,10 @@ jobs:
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: { persist-credentials: false }
- name: Use Node.js 20
- name: Use Node.js 25.3.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
node-version: 25.3.0
- name: Validate language JSON files
run: node ./extra/check-lang-json.js