Skip to content

Commit af6eba4

Browse files
fix(deps): update node.js to v24
1 parent 84402a2 commit af6eba4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Setup .npmrc file to publish to npm
3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: "20.x"
39+
node-version: "24.x"
4040
registry-url: "https://registry.npmjs.org"
4141
- run: npm install
4242
- run: npm run build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": "JDIZM",
2020
"license": "ISC",
2121
"devDependencies": {
22-
"@types/node": "^22.0.0",
22+
"@types/node": "^24.0.0",
2323
"@typescript-eslint/eslint-plugin": "^7.17.0",
2424
"@typescript-eslint/parser": "^7.17.0",
2525
"@vitest/coverage-istanbul": "^3.0.0",
@@ -34,7 +34,7 @@
3434
"vitest": "^3.0.0"
3535
},
3636
"volta": {
37-
"node": "20.19.2"
37+
"node": "24.11.0"
3838
},
3939
"files": [
4040
"dist"

test-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"license": "ISC",
1616
"dependencies": {
1717
"@jdizm/finance-calculator": "file:../dist",
18-
"@types/node": "^20.2.1"
18+
"@types/node": "^24.0.0"
1919
},
2020
"devDependencies": {
2121
"tsx": "^4.7.1",
2222
"typescript": "^5.0.4",
2323
"vite-node": "^3.0.0"
2424
},
2525
"volta": {
26-
"node": "20.19.2"
26+
"node": "24.11.0"
2727
}
2828
}

0 commit comments

Comments
 (0)