Skip to content

Commit

Permalink
some node version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 9, 2025
1 parent b428e5e commit 28ca37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/cli-progress": "^3.9.1",
"@types/decompress": "^4.2.3",
"@types/jest": "^27",
"@types/node": "^12",
"@types/node": "^18",
"@types/node-fetch": "^2.5.8",
"@types/shelljs": "^0.8.5",
"@types/throttle-debounce": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-mssql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/mssql": "^9.1.5",
"@types/node": "^16"
"@types/node": "^18"
},
"jest": {
"testEnvironment": "node"
Expand Down

0 comments on commit 28ca37e

Please sign in to comment.