Yarn comes preinstalled with the node docker image
This commit is contained in:
parent
1d4af01bcf
commit
a40bd89d10
@ -26,7 +26,6 @@ node-build-job:
|
|||||||
stage: build
|
stage: build
|
||||||
image: node:16
|
image: node:16
|
||||||
script:
|
script:
|
||||||
- npm install --global yarn
|
|
||||||
- yarn
|
- yarn
|
||||||
- yarn dev
|
- yarn dev
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user