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