From f384d73ea628d5bf012c4507dd992e6134cd8bcc Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Tue, 4 Feb 2025 12:42:56 +0000 Subject: [PATCH] chore: Force setup-node to v4.1.0 Corepack is broken in v4.2.0. See: https://github.com/actions/setup-node/issues/1222 --- .github/actions/setup/action.yaml | 2 +- .github/workflows/build-version-release.yml | 2 +- .github/workflows/cspell-action.yml | 2 +- .github/workflows/cspell-cli.yml | 2 +- .github/workflows/deploy-website.yml | 2 +- .../workflows/reuseable-load-integrations-repo-list.yml | 2 +- .github/workflows/update-dependabot.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- .github/workflows/update-dictionaries.yml | 8 ++++---- .github/workflows/update-integration-repositories.yml | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 1f1547ab1f0c..8195a7e0c5d9 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -12,7 +12,7 @@ runs: uses: pnpm/action-setup@v4 - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: registry-url: 'https://registry.npmjs.org' node-version: ${{ inputs.node-version }} diff --git a/.github/workflows/build-version-release.yml b/.github/workflows/build-version-release.yml index afb54c02262c..25534fbc79aa 100644 --- a/.github/workflows/build-version-release.yml +++ b/.github/workflows/build-version-release.yml @@ -70,7 +70,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: 18 registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 6a9c75bcfec1..949d7a67d7ce 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -19,7 +19,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm diff --git a/.github/workflows/cspell-cli.yml b/.github/workflows/cspell-cli.yml index 57f26c36183e..06c16fbde2ee 100644 --- a/.github/workflows/cspell-cli.yml +++ b/.github/workflows/cspell-cli.yml @@ -20,7 +20,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 0e57bd38a862..2615c5a6a64d 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -24,7 +24,7 @@ jobs: - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.1.0 with: node-version: 20.x cache: pnpm diff --git a/.github/workflows/reuseable-load-integrations-repo-list.yml b/.github/workflows/reuseable-load-integrations-repo-list.yml index 79d7312ba60d..4377d60cab86 100644 --- a/.github/workflows/reuseable-load-integrations-repo-list.yml +++ b/.github/workflows/reuseable-load-integrations-repo-list.yml @@ -58,7 +58,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' diff --git a/.github/workflows/update-dependabot.yml b/.github/workflows/update-dependabot.yml index 70186bbcc867..0fc092d70f79 100644 --- a/.github/workflows/update-dependabot.yml +++ b/.github/workflows/update-dependabot.yml @@ -31,7 +31,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: registry-url: 'https://registry.npmjs.org' node-version: 20.x diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 21075269b0e5..10b4d37e3482 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -62,7 +62,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm diff --git a/.github/workflows/update-dictionaries.yml b/.github/workflows/update-dictionaries.yml index 880d66a8ba3e..cb711833eac6 100644 --- a/.github/workflows/update-dictionaries.yml +++ b/.github/workflows/update-dictionaries.yml @@ -61,7 +61,7 @@ jobs: run: corepack enable - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: cache: pnpm @@ -169,7 +169,7 @@ jobs: echo "$PATCH" | git apply - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' @@ -270,7 +270,7 @@ jobs: echo "$PATCH" | git apply - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' @@ -325,7 +325,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' diff --git a/.github/workflows/update-integration-repositories.yml b/.github/workflows/update-integration-repositories.yml index 1cdd5361398f..981f85b1ebd1 100644 --- a/.github/workflows/update-integration-repositories.yml +++ b/.github/workflows/update-integration-repositories.yml @@ -81,7 +81,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' @@ -171,7 +171,7 @@ jobs: run: corepack enable - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm'