Skip to content

Commit

Permalink
Use Node.js 18, 16 no longer available at BTP (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofterdinger authored Nov 29, 2023
1 parent 5b1eba0 commit f50b874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@sap/hdi-deploy": "^4"
},
"engines": {
"node": "^16"
"node": "^18"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/deploy.js",
Expand Down
2 changes: 1 addition & 1 deletion mtx/sidecar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pm2": "^5.3.0"
},
"engines": {
"node": "^16"
"node": "^18"
},
"cds": {
"profile": "mtx-sidecar",
Expand Down

0 comments on commit f50b874

Please sign in to comment.