Skip to content

Commit

Permalink
replace npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaportenko committed Oct 20, 2023
1 parent 1753da8 commit 3d12d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm test
- run: yarn ci
- run: yarn test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3d12d45

Please sign in to comment.