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:
James Taylor 2021-11-10 17:17:18 +00:00 committed by GitHub
parent 8183da6666
commit d2eef4786d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ variables:
FABRIC_VERSION: 2.4
GO_BIN: $(Build.Repository.LocalPath)/bin
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
jobs: