File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - uses : pnpm/action-setup@v4
15+ with :
16+ version : 10
17+ run_install : false
18+ - name : Install Node.js
19+ uses : actions/setup-node@v4
20+ with :
21+ node-version : 22
22+ cache : " pnpm"
1523 - name : Set up JDK 21
1624 uses : actions/setup-java@v4
1725 with :
@@ -161,6 +169,14 @@ jobs:
161169 steps :
162170 - uses : actions/checkout@v4
163171 - uses : pnpm/action-setup@v4
172+ with :
173+ version : 10
174+ run_install : false
175+ - name : Install Node.js
176+ uses : actions/setup-node@v4
177+ with :
178+ node-version : 22
179+ cache : " pnpm"
164180 - name : Set up JDK 21
165181 uses : actions/setup-java@v4
166182 with :
@@ -183,6 +199,14 @@ jobs:
183199 steps :
184200 - uses : actions/checkout@v4
185201 - uses : pnpm/action-setup@v4
202+ with :
203+ version : 10
204+ run_install : false
205+ - name : Install Node.js
206+ uses : actions/setup-node@v4
207+ with :
208+ node-version : 22
209+ cache : " pnpm"
186210 - name : Set up JDK 21
187211 uses : actions/setup-java@v4
188212 with :
You can’t perform that action at this time.
0 commit comments