Skip to content

Commit 9b88325

Browse files
committed
chore(deps): update dependency node to v24.12.0
1 parent 66e9fcb commit 9b88325

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup node 24
1414
uses: actions/setup-node@v6
1515
with:
16-
node-version: 24.11.1
16+
node-version: 24.12.0
1717

1818
- name: install
1919
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup node 24
5555
uses: actions/setup-node@v6
5656
with:
57-
node-version: 24.11.1
57+
node-version: 24.12.0
5858

5959
- name: Install package dependencies
6060
run: npm install

package-lock.json

Lines changed: 16 additions & 18 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
@@ -15,7 +15,7 @@
1515
"@types/jest": "29.5.14",
1616
"@types/json-patch": "0.0.33",
1717
"@types/lodash": "4.17.21",
18-
"@types/node": "24.7.2",
18+
"@types/node": "24.10.7",
1919
"@types/tmp": "0.2.6",
2020
"@typescript-eslint/eslint-plugin": "8.51.0",
2121
"@typescript-eslint/parser": "8.51.0",

0 commit comments

Comments
 (0)