Skip to content

Commit

Permalink
Fix yarn install on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Americas authored and ricardobcl committed Nov 8, 2024
1 parent e01eed3 commit 3823a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
persist-credentials: false

- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: 20

- name: Enable yarn
run: corepack enable
run: npm install -g yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 3823a53

Please sign in to comment.