Skip to content

Commit

Permalink
Expand node engine version range
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti authored and mbwhite committed Mar 24, 2020
1 parent c9e9e5b commit 78f8cf8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Fabric Shim"
],
"engines": {
"node": "10.15.2",
"node": "^10.15.2",
"npm": "^6.4.1"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variables:
- name: pipeline
value: ci
- name: node_version_spec
value: '12.15.0'
value: '10.x'

# Build on Ubuntu
pool:
Expand Down
2 changes: 1 addition & 1 deletion libraries/fabric-shim-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Fabric Shim"
],
"engines": {
"node": "10.15.2",
"node": "^10.15.2",
"npm": "^6.4.1"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/fabric-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Fabric Shim"
],
"engines": {
"node": "10.15.2",
"node": "^10.15.2",
"npm": "^6.4.1"
},
"yargs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"testFabricThirdParty": "0.4.15",
"docsLatestVersion": "release-1.4",
"engines": {
"node": "10.15.2",
"node": "^10.15.2",
"npm": "^6.4.1"
},
"engineStrict": true,
Expand Down
2 changes: 1 addition & 1 deletion test/fv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"testFabricThirdParty": "0.4.15",
"docsLatestVersion": "release-1.4",
"engines": {
"node": "10.15.2",
"node": "^10.15.2",
"npm": "^6.4.1"
},
"engineStrict": true,
Expand Down

0 comments on commit 78f8cf8

Please sign in to comment.