chore: upgrade Node.js to 24.13.0 LTS (#9797)

This commit is contained in:
Alejandro Bailo
2026-01-15 12:46:42 +01:00
committed by GitHub
parent c8bc0576ea
commit 484a1d1fef
8 changed files with 83 additions and 102 deletions

View File

@@ -116,7 +116,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: '20.x'
node-version: '24.13.0'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:

View File

@@ -16,7 +16,7 @@ concurrency:
env:
UI_WORKING_DIR: ./ui
NODE_VERSION: '20.x'
NODE_VERSION: '24.13.0'
jobs:
ui-tests: