Skip to content

Commit bf43ed9

Browse files
committed
update publish workflow
1 parent 3d12d45 commit bf43ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: "20"
13-
- run: yarn ci
13+
- run: yarn install --frozen-lockfile
1414
- run: yarn test
1515
- uses: JS-DevTools/npm-publish@v3
1616
with:

0 commit comments

Comments
 (0)