Skip to content

Commit

Permalink
update yarn version in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Revantark committed Jun 24, 2024
1 parent 84864c2 commit 600592d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: install dependencies
run: |
corepack enable
yarn
yarn set version 4.3.1
yarn install
- name: Build
run: yarn build
- name: Publish
Expand Down

0 comments on commit 600592d

Please sign in to comment.