Skip to content

Commit 0e4bea9

Browse files
authored
chore: use yarn in workflow
1 parent 24c572f commit 0e4bea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/setup-node@v1
1010
with:
1111
node-version: '14'
12-
- run: npm ci
13-
- run: npm run build
14-
- run: npm test
12+
- run: yarn install
13+
- run: yarn build
14+
- run: yarn test
1515
- name: Release
1616
env:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)