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
Pipeline #17670 failed
......@@ -9,8 +9,10 @@ stages:
PreBuild:
stage: Pre Build
tags: [kszk]
image: node:latest
image: node:14.19-alpine3.14
script:
- 'echo -n "Node version: " && node --version \
&& echo -n "NPM version: " && npm --version'
- npm install
- npm run build
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment