Skip to content

Commit

Permalink
Use yarn 3 in workflows?
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed May 10, 2024
1 parent 7d51bd3 commit f3ace3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
NPM_TOKEN: ''

steps:
- name: Enable corepack
run: corepack enable
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit f3ace3f

Please sign in to comment.