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
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -7,6 +7,8 @@ build-esap-gui:
image: node:lts
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
variables:
NODE_OPTIONS: "--openssl-legacy-provider"
script:
- node -v
- npm -version
@@ -19,8 +21,6 @@ build-esap-gui:
expire_in: 1 hour
paths:
- build
only:
- master
deploy-esap-gui:
stage: deploy
Loading