Skip to content

Commit

Permalink
Yarn 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jun 13, 2024
1 parent 5af3067 commit 44c2ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Use Yarn Berry (3.x)
run: corepack prepare yarn@3.5.0 --activate
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 44c2ccc

Please sign in to comment.