|
18 | 18 | - name: Use Node.js |
19 | 19 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
20 | 20 | with: |
21 | | - node-version: '24.15.0' |
| 21 | + node-version: '24.16.0' |
22 | 22 |
|
23 | 23 | - name: Install dependencies |
24 | 24 | run: npm ci --include=optional --ignore-scripts |
|
43 | 43 | - name: Use Node.js |
44 | 44 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
45 | 45 | with: |
46 | | - node-version: '24.15.0' |
| 46 | + node-version: '24.16.0' |
47 | 47 |
|
48 | 48 | - name: Install dependencies |
49 | 49 | run: npm ci --include=optional --ignore-scripts |
|
65 | 65 | - name: Use Node.js |
66 | 66 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
67 | 67 | with: |
68 | | - node-version: '24.15.0' |
| 68 | + node-version: '24.16.0' |
69 | 69 |
|
70 | 70 | - name: Install dependencies |
71 | 71 | run: npm ci --include=optional --ignore-scripts |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true' |
132 | 132 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
133 | 133 | with: |
134 | | - node-version: '24.15.0' |
| 134 | + node-version: '24.16.0' |
135 | 135 |
|
136 | 136 | - name: Install dependencies |
137 | 137 | if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true' |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | - name: Use Node.js |
165 | 165 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
166 | 166 | with: |
167 | | - node-version: '24.15.0' |
| 167 | + node-version: '24.16.0' |
168 | 168 |
|
169 | 169 | - name: Install main package dependencies |
170 | 170 | run: npm ci --include=optional --ignore-scripts |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | - name: Use Node.js |
200 | 200 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
201 | 201 | with: |
202 | | - node-version: '24.15.0' |
| 202 | + node-version: '24.16.0' |
203 | 203 |
|
204 | 204 | - name: Install dependencies |
205 | 205 | run: npm ci --include=optional --ignore-scripts |
@@ -354,7 +354,7 @@ jobs: |
354 | 354 | - name: Use Node.js |
355 | 355 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
356 | 356 | with: |
357 | | - node-version: '24.15.0' |
| 357 | + node-version: '24.16.0' |
358 | 358 |
|
359 | 359 | - name: Install main package dependencies |
360 | 360 | run: npm ci --include=optional --ignore-scripts |
|
0 commit comments