Skip to content

Commit

Permalink
Use corepack yarn 4.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Dec 3, 2024
1 parent 1f5b69a commit 517c46c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.100'
# Need this for Yarn 4.0 (see: https://github.com/actions/setup-node/issues/480#issuecomment-1915448139)
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- name: Restore dependencies
run: |
dotnet tool restore
Expand Down

0 comments on commit 517c46c

Please sign in to comment.