Skip to content

Commit

Permalink
ci: Add Yarn 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4karia committed Sep 25, 2024
1 parent 14e14d9 commit c2d0d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "^16.10.0"
- name: Install Yarn 2
run: |
npm install -g yarn
yarn set version berry
- name: Install dependencies
run: yarn install
- name: Run test
Expand Down

0 comments on commit c2d0d1f

Please sign in to comment.