Skip to content

Commit 8c53976

Browse files
committed
fix: minor
1 parent 4f34fd8 commit 8c53976

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19-
registry-url: https://registry.npmjs.org/
19+
registry-url: "https://registry.npmjs.org"
2020

2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
2424
version: 9
2525

2626
- name: Install dependencies
27-
run: pnpm install --frozen-lockfile
27+
run: pnpm ci
2828

2929
- name: Build
3030
run: pnpm build
3131

3232
- name: Publish to npm
33-
run: pnpm publish --access public --no-git-checks
33+
run: pnpm publish --access=public --no-git-checks
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)