From d0392077c50a06e8a4107ba42f0a1cb4c88472a1 Mon Sep 17 00:00:00 2001 From: Arnei Date: Fri, 24 Apr 2026 14:55:45 +0200 Subject: [PATCH] Move to node 24 in gh workflows The maintenance window for node 20 is running out, we should probably update. --- .github/workflows/deploy-main-branches.yml | 2 +- .github/workflows/pr-deploy-test-branch.yml | 2 +- .github/workflows/pr-test-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-main-branches.yml b/.github/workflows/deploy-main-branches.yml index cd633c0fb4..cd2f424e96 100644 --- a/.github/workflows/deploy-main-branches.yml +++ b/.github/workflows/deploy-main-branches.yml @@ -47,7 +47,7 @@ jobs: - name: Get Node.js uses: actions/setup-node@v5 with: - node-version: 20 + node-version: 24 - name: Run npm ci run: npm ci diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index a534561288..796926f5f9 100644 --- a/.github/workflows/pr-deploy-test-branch.yml +++ b/.github/workflows/pr-deploy-test-branch.yml @@ -53,7 +53,7 @@ jobs: - name: Get Node.js uses: actions/setup-node@v5 with: - node-version: 20 + node-version: 24 - name: Run npm ci run: npm ci diff --git a/.github/workflows/pr-test-build.yml b/.github/workflows/pr-test-build.yml index d5e6165c61..a43d0b905e 100644 --- a/.github/workflows/pr-test-build.yml +++ b/.github/workflows/pr-test-build.yml @@ -16,7 +16,7 @@ jobs: - name: Get Node.js uses: actions/setup-node@v5 with: - node-version: 20 + node-version: 24 - name: Run npm ci run: npm ci