Skip to content

Commit

Permalink
drop npm for yarn in the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricalsoul committed Feb 25, 2023
1 parent dd70197 commit 8b98fc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '19.x'
registry-url: 'https://registry.npmjs.org'
scope: '@musicorum'
- run: npm ci
- run: npm run build
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 8b98fc0

Please sign in to comment.