|
16 | 16 | - name: Use Node.js |
17 | 17 | uses: actions/setup-node@v6 |
18 | 18 | with: |
19 | | - node-version: '24.14.1' |
| 19 | + node-version: '24.15.0' |
20 | 20 |
|
21 | 21 | - name: Install dependencies |
22 | 22 | run: npm ci --include=optional --ignore-scripts |
|
39 | 39 | - name: Use Node.js |
40 | 40 | uses: actions/setup-node@v6 |
41 | 41 | with: |
42 | | - node-version: '24.14.1' |
| 42 | + node-version: '24.15.0' |
43 | 43 |
|
44 | 44 | - name: Install dependencies |
45 | 45 | run: npm ci --include=optional --ignore-scripts |
|
59 | 59 | - name: Use Node.js |
60 | 60 | uses: actions/setup-node@v6 |
61 | 61 | with: |
62 | | - node-version: '24.14.1' |
| 62 | + node-version: '24.15.0' |
63 | 63 |
|
64 | 64 | - name: Install dependencies |
65 | 65 | run: npm ci --include=optional --ignore-scripts |
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true' |
124 | 124 | uses: actions/setup-node@v6 |
125 | 125 | with: |
126 | | - node-version: '24.14.1' |
| 126 | + node-version: '24.15.0' |
127 | 127 |
|
128 | 128 | - name: Install dependencies |
129 | 129 | if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true' |
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | - name: Use Node.js |
155 | 155 | uses: actions/setup-node@v6 |
156 | 156 | with: |
157 | | - node-version: '24.14.1' |
| 157 | + node-version: '24.15.0' |
158 | 158 |
|
159 | 159 | - name: Install main package dependencies |
160 | 160 | run: npm ci --include=optional --ignore-scripts |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | - name: Use Node.js |
188 | 188 | uses: actions/setup-node@v6 |
189 | 189 | with: |
190 | | - node-version: '24.14.1' |
| 190 | + node-version: '24.15.0' |
191 | 191 |
|
192 | 192 | - name: Install dependencies |
193 | 193 | run: npm ci --include=optional --ignore-scripts |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | - name: Use Node.js |
316 | 316 | uses: actions/setup-node@v6 |
317 | 317 | with: |
318 | | - node-version: '24.14.1' |
| 318 | + node-version: '24.15.0' |
319 | 319 |
|
320 | 320 | - name: Install main package dependencies |
321 | 321 | run: npm ci --include=optional --ignore-scripts |
|
0 commit comments