1 parent 4f34fd8 commit 8c53976Copy full SHA for 8c53976
1 file changed
.github/workflows/ci.yml
@@ -16,20 +16,20 @@ jobs:
16
uses: actions/setup-node@v4
17
with:
18
node-version: 20
19
- registry-url: https://registry.npmjs.org/
+ registry-url: "https://registry.npmjs.org"
20
21
- name: Setup pnpm
22
uses: pnpm/action-setup@v4
23
24
version: 9
25
26
- name: Install dependencies
27
- run: pnpm install --frozen-lockfile
+ run: pnpm ci
28
29
- name: Build
30
run: pnpm build
31
32
- name: Publish to npm
33
- run: pnpm publish --access public --no-git-checks
+ run: pnpm publish --access=public --no-git-checks
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments