Skip to content

Commit 3dd4456

Browse files
committed
fix build file
1 parent 39e5cfb commit 3dd4456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/refresh-set-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
- run: yarn --frozen-lockfile
18+
- run: yarn
1919
- run: yarn test
2020

2121
publish:

0 commit comments

Comments
 (0)