Skip to content

Commit 9764f64

Browse files
committed
corepack added package manager prop
1 parent 7f23b14 commit 9764f64

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
17-
with:
18-
version: 9
1917
- name: Use Node.js
2018
uses: actions/setup-node@v4
2119
with:

bootstrap/pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"typescript": "5.7.2",
4242
"typescript-eslint": "^8.19.0",
4343
"vitest": "2.1.8"
44-
}
44+
},
45+
"packageManager": "[email protected]+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
4546
}

0 commit comments

Comments
 (0)