Skip to content

Commit 488a140

Browse files
committed
Fix npm publish action
1 parent 5d92260 commit 488a140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18-
- run: npm ci
19-
- run: npm test
18+
- run: yarn install
19+
- run: yarn test
2020

2121
publish-npm:
2222
needs: build

0 commit comments

Comments
 (0)