We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff82f2c commit 9d0b403Copy full SHA for 9d0b403
1 file changed
.github/workflows/npm-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 20
24
cache: 'pnpm'
25
- name: Install dependencies
26
- run: pnpm install
+ run: pnpm install --frozen-lockfile
27
- name: Run tests
28
run: pnpm test
29
@@ -43,8 +43,8 @@ jobs:
43
registry-url: https://registry.npmjs.org/
44
45
46
47
- name: Publish to npm
48
run: pnpm publish --no-git-checks
49
env:
50
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments