mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 00:25:09 +00:00
Update node version in CI (#534)
Several Fabric projects have updated their supported node versions and 16.x is the active LTS version Signed-off-by: James Taylor <jamest@uk.ibm.com>
This commit is contained in:
parent
8183da6666
commit
d2eef4786d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ variables:
|
||||||
FABRIC_VERSION: 2.4
|
FABRIC_VERSION: 2.4
|
||||||
GO_BIN: $(Build.Repository.LocalPath)/bin
|
GO_BIN: $(Build.Repository.LocalPath)/bin
|
||||||
GO_VER: 1.16.7
|
GO_VER: 1.16.7
|
||||||
NODE_VER: 12.x
|
NODE_VER: 16.x
|
||||||
PATH: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
PATH: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue