We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab30e1 commit 1297d22Copy full SHA for 1297d22
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 1
24
- uses: actions/setup-node@v4
25
with:
26
- node-version: 20
+ node-version: 22
27
- name: Configure JDK
28
uses: actions/setup-java@v4
29
.yarnrc.yml
@@ -1 +1,9 @@
1
+compressionLevel: mixed
2
+
3
+enableGlobalCache: false
4
5
+nmHoistingLimits: workspaces
6
7
+nodeLinker: node-modules
8
9
yarnPath: .yarn/releases/yarn-4.6.0.cjs
0 commit comments