Skip to content

Commit da70b48

Browse files
authored
Update npm-publish.yml
1 parent b6d4deb commit da70b48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/npm-publish.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
- run: npm ci
18+
- name: Install dependencies
19+
- run: yarn install
20+
- name: Run tests
1921
env:
2022
TOKEN: ${{ secrets.TOKEN }}
21-
- run: npm test
22-
23+
- run: yarn test
2324

2425
publish-npm:
2526
needs: build

0 commit comments

Comments
 (0)