mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix node version to 12 in pipeline
This commit is contained in:
parent
e26d468c73
commit
77bad4783f
@ -1,5 +1,5 @@
|
||||
# image: weboaks/node-karma-protractor-chrome
|
||||
image: node:latest
|
||||
image: node:12.22.5
|
||||
|
||||
stages:
|
||||
- build
|
||||
@ -10,6 +10,7 @@ stages:
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
- .yarn
|
||||
|
||||
#pages:
|
||||
# stage: pages
|
||||
@ -38,8 +39,9 @@ cache:
|
||||
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- yarn
|
||||
script:
|
||||
- yarn install --pure-lockfile
|
||||
- yarn run build:prod:demobliss
|
||||
cache:
|
||||
policy: pull
|
||||
|
Loading…
Reference in New Issue
Block a user