Skip to content

Commit

Permalink
test(ci): attempt to fix CI yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 20, 2025
1 parent cab30e1 commit 1297d22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Configure JDK
uses: actions/setup-java@v4
with:
Expand Down
8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
compressionLevel: mixed

enableGlobalCache: false

nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs

0 comments on commit 1297d22

Please sign in to comment.