Skip to content

Commit

Permalink
Update to latest node version
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite authored and jt-nti committed Nov 8, 2021
1 parent 6d26ecf commit 5bbe3a8
Show file tree
Hide file tree
Showing 18 changed files with 266 additions and 1,160 deletions.
6 changes: 3 additions & 3 deletions apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"eslint": "^8.0.0",
"eslint": "^6.6.0",
"gulp": "^4.0.2",
"gulp-debug": "~4.0.0",
"gulp-eslint": "~6.0.0",
"mocha": "9.1.2",
"mocha": "9.1.3",
"nyc": "15.1.0",
"rewire": "5.0.0",
"sinon": "11.1.2",
"typescript": "4.4.3"
"typescript": "4.4.4"
}
}
4 changes: 2 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ variables:
- name: pipeline
value: ci
- name: node_version_spec
value: '12.16.1'
value: '16.4.0'
- name: rewire_node_version_spec # see https://github.com/jhnns/rewire/issues/178
value: '12.15.0'
value: '16.4.0'
- name: FABRIC_VERSION
value: 2.2

Expand Down
Loading

0 comments on commit 5bbe3a8

Please sign in to comment.