Skip to content

Commit e963941

Browse files
committed
chore: update to pnpm 11
1 parent 14d9e31 commit e963941

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v4
20+
uses: pnpm/action-setup@v6
2121
with:
22-
version: latest
22+
version: 11
2323

2424
- uses: actions/setup-node@v4
2525
with:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"publishConfig": {
4242
"registry": "https://registry.npmjs.org"
4343
},
44+
"engines": {
45+
"pnpm": ">=11"
46+
},
4447
"scripts": {
4548
"prepublishOnly": "pnpm build",
4649
"build": "tsdown && cp src/server/rspackConfig/userImportsLoader.cjs dist/server",

0 commit comments

Comments
 (0)