File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Set up Node.js
140140 uses : actions/setup-node@v6
141141 with :
142- node-version : ' 24.17 .0'
142+ node-version : ' 24.18 .0'
143143 cache : ' pnpm'
144144 cache-dependency-path : client/pnpm-lock.yaml
145145
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 if : steps.scopes.outputs.client == 'true'
178178 uses : actions/setup-node@v6
179179 with :
180- node-version : ' 24.17 .0'
180+ node-version : ' 24.18 .0'
181181
182182 - name : Regenerate client SBOM
183183 if : steps.scopes.outputs.client == 'true'
Original file line number Diff line number Diff line change 6363 - name : Set up Node.js
6464 uses : actions/setup-node@v6
6565 with :
66- node-version : ' 24.17 .0'
66+ node-version : ' 24.18 .0'
6767 cache : ' pnpm'
6868 cache-dependency-path : ' client/pnpm-lock.yaml'
6969
You can’t perform that action at this time.
0 commit comments