Skip to content
Snippets Groups Projects

Fix node version to 16

Merged John Swinbank requested to merge fix-node-version-16 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ stages:
build-esap-gui:
stage: build
image: node:lts
image: node:16
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
script:
Loading