Skip to content

Commit 4f80d39

Browse files
committed
Added Support for Node 16 or higher
1 parent 765f83a commit 4f80d39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
*.DS_STORE
22
mission-patient-list/approuter/node_modules/**
33
**/node_modules/**
44
*.package-lock.json

mission-patient-list/approuter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"description": "Node.js based application router service for example application",
55
"engines": {
6-
"node": "^12.0.0 || ^14.0.0"
6+
"node": "^16.0.0 || ^18.0.0"
77
},
88
"dependencies": {
9-
"@sap/approuter": "11.2.1"
9+
"@sap/approuter": "14.3.1"
1010
},
1111
"scripts": {
1212
"start": "node node_modules/@sap/approuter/approuter.js"

mission-patient-list/mta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_schema-version: "3.1.0"
22
ID: sap-health-example-mission
33
description: SAP Health Example for Mission
4-
version: 1.0.0
4+
version: 2.0.0
55
parameters:
66
suffix: default
77
deploy_mode: html5-repo

0 commit comments

Comments
 (0)