We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afb2b7 commit ff68272Copy full SHA for ff68272
.github/workflows/release.yml
@@ -21,4 +21,4 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- run: pnpm npx semantic-release
+ run: pnpx semantic-release
package.json
@@ -8,6 +8,7 @@
8
"require": "./dist/index.js",
9
"default": "./dist/index-esm.mjs"
10
},
11
+ "packageManager": "pnpm@7.9.3",
12
"engines": {
13
"node": "^14.13 || >=16 || >=18"
14
0 commit comments