File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Set up Node 22
15- uses : actions/setup-node@v4
16- with :
17- node-version : " 22.x"
18- cache : " npm"
19- cache-dependency-path : ui/pnpm-lock.yaml
14+ - uses : pnpm/action-setup@v4
2015 - name : Set up JDK 21
2116 uses : actions/setup-java@v4
2217 with :
@@ -165,12 +160,7 @@ jobs:
165160 contents : write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
166161 steps :
167162 - uses : actions/checkout@v4
168- - name : Set up Node 22
169- uses : actions/setup-node@v4
170- with :
171- node-version : " 22.x"
172- cache : " npm"
173- cache-dependency-path : ui/pnpm-lock.yaml
163+ - uses : pnpm/action-setup@v4
174164 - name : Set up JDK 21
175165 uses : actions/setup-java@v4
176166 with :
@@ -192,12 +182,7 @@ jobs:
192182 if : ${{ github.ref == 'refs/heads/main' }}
193183 steps :
194184 - uses : actions/checkout@v4
195- - name : Set up Node 22
196- uses : actions/setup-node@v4
197- with :
198- node-version : " 22.x"
199- cache : " npm"
200- cache-dependency-path : ui/pnpm-lock.yaml
185+ - uses : pnpm/action-setup@v4
201186 - name : Set up JDK 21
202187 uses : actions/setup-java@v4
203188 with :
You can’t perform that action at this time.
0 commit comments