Skip to content

Commit

Permalink
fix(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent d22e7e6 commit 47420a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vitest": "^2.0.0"
},
"volta": {
"node": "20.18.1"
"node": "22.13.0"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions test-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"license": "ISC",
"dependencies": {
"@jdizm/finance-calculator": "file:../dist",
"@types/node": "^20.2.1"
"@types/node": "^22.0.0"
},
"devDependencies": {
"tsx": "^4.7.1",
"typescript": "^5.0.4",
"vite-node": "^2.0.0"
},
"volta": {
"node": "20.18.1"
"node": "22.13.0"
}
}

0 comments on commit 47420a2

Please sign in to comment.