Skip to content

Commit

Permalink
update nodejs version on docs. (#192)
Browse files Browse the repository at this point in the history
* update nodejs version on docs.
* strict version for start-server-and-test.
* add package-lock.json

Co-authored-by: leungkinghin <[email protected]>
  • Loading branch information
ahmetoz and leungkinghin committed Mar 9, 2020
1 parent 666d319 commit 037de13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/docs/DevelopmentAndDeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Prerequisites
1. Install Node.js >=8
1. Install Node.js >=12
1. Install npm >=6
1. Run `npm ci`

Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"nyc": "^15.0.0",
"proxyquire": "^2.1.3",
"sinon": "^9.0.0",
"start-server-and-test": "^1.10.7"
"start-server-and-test": "1.10.7"
},
"dependencies": {
"@commercetools/api-request-builder": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion notification/docs/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Requirements
Node.js version 8 LTS or higher is supported.
Node.js version 12 LTS or higher is supported.

## Run Module
Execute `npm сi` to download all dependencies.
Expand Down
2 changes: 1 addition & 1 deletion notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"email": "[email protected]"
},
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"contributors": [],
Expand Down

0 comments on commit 037de13

Please sign in to comment.