Skip to content

Commit

Permalink
chore: fix corepack?
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Feb 3, 2025
1 parent f86e0f8 commit 1842054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
with:
node-version: 20

- run: corepack enable
- run: corepack --version && npm install -g corepack@latest && corepack --version && corepack enable
shell: bash

- run: pnpm i
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vitest": "^3.0.3",
"wrangler": "^3.79.0"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
"volta": {
"node": "20.14.0"
},
Expand Down

0 comments on commit 1842054

Please sign in to comment.