Skip to content

Commit ff68272

Browse files
committed
chore: shore up corepack
1 parent 1afb2b7 commit ff68272

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
run: pnpm npx semantic-release
24+
run: pnpx semantic-release

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"require": "./dist/index.js",
99
"default": "./dist/index-esm.mjs"
1010
},
11+
"packageManager": "pnpm@7.9.3",
1112
"engines": {
1213
"node": "^14.13 || >=16 || >=18"
1314
},

0 commit comments

Comments
 (0)