chore: workaround for npm registry key change
This commit is contained in:
parent
daf7b8b941
commit
414adb5a71
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -18,11 +18,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: corepack enable
|
# workaround for npm registry key change
|
||||||
- uses: actions/setup-node@v4
|
# ref. `pnpm@10.1.0` / `pnpm@9.15.4` cannot be installed due to key id mismatch · Issue #612 · nodejs/corepack
|
||||||
with:
|
# - https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091
|
||||||
node-version: 20
|
- run: npm i -g corepack@latest && corepack enable
|
||||||
cache: pnpm
|
- uses: actions/setup-node@v4.1.0
|
||||||
|
|
||||||
- name: 📦 Install dependencies
|
- name: 📦 Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue