Skip to content

Commit 1702828

Browse files
committed
chore(deps): update dependency node to v24.12.0
1 parent 57ccaaa commit 1702828

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node 24
1515
uses: actions/setup-node@v6
1616
with:
17-
node-version: 24.11.1
17+
node-version: 24.12.0
1818

1919
- name: install
2020
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node 24
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version: 24.11.1
24+
node-version: 24.12.0
2525

2626
- name: Install package dependencies
2727
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
@@ -17,7 +17,7 @@
1717
"@types/jest": "29.5.14",
1818
"@types/json-patch": "0.0.33",
1919
"@types/lodash": "4.17.21",
20-
"@types/node": "24.7.2",
20+
"@types/node": "24.10.4",
2121
"@types/tmp": "0.2.6",
2222
"@typescript-eslint/eslint-plugin": "8.48.1",
2323
"@typescript-eslint/parser": "8.48.1",

0 commit comments

Comments
 (0)