Yarn comes preinstalled with the node docker image

This commit is contained in:
Daniel_I_Am 2021-09-04 14:43:38 +02:00
parent 1d4af01bcf
commit a40bd89d10

View File

@ -26,7 +26,6 @@ node-build-job:
stage: build
image: node:16
script:
- npm install --global yarn
- yarn
- yarn dev
artifacts: