Skip to content

Commit 7c668a4

Browse files
chore(deps): update dependency node to v24.16.0
1 parent b70bb3b commit 7c668a4

10 files changed

Lines changed: 39 additions & 39 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1919
with:
20-
node-version: '24.15.0'
20+
node-version: '24.16.0'
2121

2222
- name: Install dependencies
2323
run: npm ci --include=optional --ignore-scripts
@@ -42,7 +42,7 @@ jobs:
4242
- name: Use Node.js
4343
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4444
with:
45-
node-version: '24.15.0'
45+
node-version: '24.16.0'
4646

4747
- name: Install dependencies
4848
run: npm ci --include=optional --ignore-scripts
@@ -64,7 +64,7 @@ jobs:
6464
- name: Use Node.js
6565
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6666
with:
67-
node-version: '24.15.0'
67+
node-version: '24.16.0'
6868

6969
- name: Install dependencies
7070
run: npm ci --include=optional --ignore-scripts
@@ -83,7 +83,7 @@ jobs:
8383
- name: Use Node.js
8484
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8585
with:
86-
node-version: '24.15.0'
86+
node-version: '24.16.0'
8787

8888
- name: Install main package dependencies
8989
run: npm ci --include=optional --ignore-scripts
@@ -174,7 +174,7 @@ jobs:
174174
- name: Use Node.js
175175
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
176176
with:
177-
node-version: '24.15.0'
177+
node-version: '24.16.0'
178178

179179
- name: Install main package dependencies
180180
run: npm ci --include=optional --ignore-scripts

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1919
with:
20-
node-version: '24.15.0'
20+
node-version: '24.16.0'
2121

2222
- name: Install dependencies
2323
run: npm ci --include=optional --ignore-scripts
@@ -43,7 +43,7 @@ jobs:
4343
- name: Use Node.js
4444
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4545
with:
46-
node-version: '24.15.0'
46+
node-version: '24.16.0'
4747

4848
- name: Install dependencies
4949
run: npm ci --include=optional --ignore-scripts

.github/workflows/pr.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2020
with:
21-
node-version: '24.15.0'
21+
node-version: '24.16.0'
2222

2323
- name: Install dependencies
2424
run: npm ci --include=optional --ignore-scripts
@@ -43,7 +43,7 @@ jobs:
4343
- name: Use Node.js
4444
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4545
with:
46-
node-version: '24.15.0'
46+
node-version: '24.16.0'
4747

4848
- name: Install dependencies
4949
run: npm ci --include=optional --ignore-scripts
@@ -65,7 +65,7 @@ jobs:
6565
- name: Use Node.js
6666
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6767
with:
68-
node-version: '24.15.0'
68+
node-version: '24.16.0'
6969

7070
- name: Install dependencies
7171
run: npm ci --include=optional --ignore-scripts
@@ -131,7 +131,7 @@ jobs:
131131
if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true'
132132
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
133133
with:
134-
node-version: '24.15.0'
134+
node-version: '24.16.0'
135135

136136
- name: Install dependencies
137137
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:
164164
- name: Use Node.js
165165
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
166166
with:
167-
node-version: '24.15.0'
167+
node-version: '24.16.0'
168168

169169
- name: Install main package dependencies
170170
run: npm ci --include=optional --ignore-scripts
@@ -199,7 +199,7 @@ jobs:
199199
- name: Use Node.js
200200
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
201201
with:
202-
node-version: '24.15.0'
202+
node-version: '24.16.0'
203203

204204
- name: Install dependencies
205205
run: npm ci --include=optional --ignore-scripts
@@ -354,7 +354,7 @@ jobs:
354354
- name: Use Node.js
355355
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
356356
with:
357-
node-version: '24.15.0'
357+
node-version: '24.16.0'
358358

359359
- name: Install main package dependencies
360360
run: npm ci --include=optional --ignore-scripts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js 24.x
3131
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3232
with:
33-
node-version: '24.15.0'
33+
node-version: '24.16.0'
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install dependencies

.github/workflows/size-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
32-
node-version: '24.15.0'
32+
node-version: '24.16.0'
3333
cache: 'npm'
3434

3535
- name: Install dependencies

.github/workflows/update-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3030
with:
31-
node-version: '24.15.0'
31+
node-version: '24.16.0'
3232
cache: 'npm'
3333

3434
- name: Install dependencies

example/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@playwright/test": "1.61.0",
33-
"@types/node": "24.12.4",
33+
"@types/node": "24.13.2",
3434
"@types/react-dom": "19.2.3",
3535
"@types/react-syntax-highlighter": "15.5.13",
3636
"@vitejs/plugin-react": "6.0.2",

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"@types/lodash.mergewith": "4.6.9",
140140
"@types/lodash.omit": "4.5.9",
141141
"@types/lodash.omitby": "4.6.9",
142-
"@types/node": "24.12.4",
142+
"@types/node": "24.13.2",
143143
"@types/react": "19.2.17",
144144
"@vitest/coverage-istanbul": "4.1.9",
145145
"chalk": "5.6.2",

0 commit comments

Comments
 (0)