Skip to content

Commit 14e6ab4

Browse files
chore(deps): update dependency node to v24
1 parent 618c651 commit 14e6ab4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 24
1313
registry-url: https://registry.npmjs.org
1414
- run: npm install
1515
- run: npm run build

.github/workflows/release_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: 24
1414
registry-url: https://registry.npmjs.org
1515
- run: npm install
1616
- run: npm run build

.github/workflows/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: 16
11+
node-version: 24
1212
- run: npm install
1313
- run: npx tsc -noEmit
1414
- run: npm run eslint:check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@cubos/eslint-config": "^2.0.631875",
3131
"@types/jest": "^28.1.4",
32-
"@types/node": "^18.0.0",
32+
"@types/node": "^24.0.0",
3333
"jest": "^28.1.2",
3434
"jest-extended": "^2.0.0",
3535
"ts-jest": "^28.0.5",

0 commit comments

Comments
 (0)