From 7fdf77a56f9530e7b8eec55267649033abe40ff4 Mon Sep 17 00:00:00 2001 From: Joe Anderson Date: Wed, 13 Aug 2025 22:53:31 +0100 Subject: [PATCH] Attempt to fix CI (#5934) --- .github/workflows/ci.yml | 2 +- .github/workflows/comment.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1acc6ddc..031b7112a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 22.17 cache: yarn - name: Run ${{ matrix.command }} diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 6ac86155d..9db89b0e8 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -57,7 +57,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 22.17 cache: yarn registry-url: https://registry.npmjs.org key: node22 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9514f3d8..5f1ab2b82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 22.17 cache: yarn registry-url: https://registry.npmjs.org key: node20