Skip to content

Commit

Permalink
Revert "chore: workaround for npm registry key change"
Browse files Browse the repository at this point in the history
This reverts commit 414adb5
  • Loading branch information
shuuji3 committed Feb 4, 2025
1 parent de062e1 commit 941245c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

steps:
- uses: actions/checkout@v4
# workaround for npm registry key change
# ref. `pnpm@10.1.0` / `pnpm@9.15.4` cannot be installed due to key id mismatch · Issue #612 · nodejs/corepack
# - https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091
- run: npm i -g corepack@latest && corepack enable
- uses: actions/setup-node@v4.2.0
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 941245c

Please sign in to comment.