Skip to content

Commit

Permalink
chore(deps): node 22 and pnpm 10 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Feb 6, 2025
1 parent 86ffa27 commit 620e32b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.29
- run: npm i -g corepack@latest
- run: corepack enable
- run: pnpm i
- run: pnpm lint-check
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"vitest": "^3.0.3",
"wrangler": "^3.105.0"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001",
"volta": {
"node": "20.17.0"
"node": "22.13.1"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 620e32b

Please sign in to comment.