diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f0d316..1a3b4b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,11 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: lts/* + env: + SKIP_YARN_COREPACK_CHECK: 1 - name: Get the Yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e523148..c495e1d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,9 +35,11 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: lts/* + env: + SKIP_YARN_COREPACK_CHECK: 1 - name: Get the Yarn cache directory path id: yarn-cache-dir-path