Skip to content
Snippets Groups Projects
Commit 94b6dbdb authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

updated node image to 14 in npm ci files

parent 0fcaf5ae
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ artifactory:
stage: deploy
tags:
- docker
image: $ACR_URL/node:12
image: $ACR_URL/node:14
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use $ACR_SERVER_ID
......
......@@ -10,7 +10,7 @@ build:
stage: build
tags:
- docker
image: $ACR_URL/node:12
image: $ACR_URL/node:14
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use $ACR_SERVER_ID
......
......@@ -2,7 +2,7 @@ pages:
stage: deploy
tags:
- docker
image: $ACR_URL/node:12
image: $ACR_URL/node:14
script:
# Necessary to always launch the build yml in order to install dependencies
- npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment