Skip to content
Snippets Groups Projects
Verified Commit 6759faa0 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add fix image tag for Nodejs

parent 5621f2b9
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,10 @@ stages: ...@@ -9,8 +9,10 @@ stages:
PreBuild: PreBuild:
stage: Pre Build stage: Pre Build
tags: [kszk] tags: [kszk]
image: node:latest image: node:14.19-alpine3.14
script: script:
- 'echo -n "Node version: " && node --version \
&& echo -n "NPM version: " && npm --version'
- npm install - npm install
- npm run build - npm run build
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment