Skip to content

Commit d1d0037

Browse files
chore(deps): update dependency node to v24
1 parent bb27399 commit d1d0037

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Cache node_modules
2828
- uses: actions/setup-node@v6
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
cache: 'npm'
3232

3333
- run: npm ci

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: npm
2424

2525
- name: Install dependencies

.github/workflows/test-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: npm
2424

2525
- name: Install dependencies

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
@@ -41,7 +41,7 @@
4141
"@swc/core": "1.15.3",
4242
"@swc/helpers": "0.5.17",
4343
"@types/jest": "29.5.14",
44-
"@types/node": "22.19.0",
44+
"@types/node": "24.10.1",
4545
"@typescript-eslint/utils": "8.46.3",
4646
"@vitest/coverage-v8": "3.2.4",
4747
"@vitest/ui": "3.2.4",

0 commit comments

Comments
 (0)