We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49968c1 commit 83abcdaCopy full SHA for 83abcda
.gitlab-ci.yml
@@ -10,6 +10,7 @@ default:
10
echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
11
echo "registry=https://registry.npmmirror.com/"
12
} | tee --append .npmrc
13
+ - npm install -g yarn
14
- yarn install
15
cache:
16
key: ${CI_COMMIT_REF_SLUG}
0 commit comments