Skip to content

Commit 969be0a

Browse files
committed
updated github workflow
1 parent 042d17d commit 969be0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: "22"
2323
registry-url: "https://npm.pkg.github.com"
2424

25-
- run: pnpm ci
25+
- run: pnpm install --frozen-lockfile
2626
- run: pnpm publish
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)