Skip to content

Commit a3dafb7

Browse files
committed
Update node versions
Node versions did not match docker image. Also clarifies why unit tests cannot use the correct version. Signed-off-by: James Taylor <[email protected]>
1 parent 23f3ea8 commit a3dafb7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ variables:
4141
- name: pipeline
4242
value: ci
4343
- name: node_version_spec
44-
value: '12.18.2'
44+
value: '12.16.1'
45+
- name: rewire_node_version_spec # see https://github.com/jhnns/rewire/issues/178
46+
value: '12.15.0'
4547
- name: FABRIC_VERSION
4648
value: 2.2
4749

@@ -66,7 +68,7 @@ stages:
6668
steps:
6769
- task: NodeTool@0
6870
inputs:
69-
versionSpec: 12.15.0
71+
versionSpec: $(rewire_node_version_spec)
7072
- script: |
7173
set -ev
7274
node common/scripts/install-run-rush.js install

0 commit comments

Comments
 (0)