We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de883d5 commit 24d65c6Copy full SHA for 24d65c6
1 file changed
.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 pnpm@latest-8 --force
14
cache:
15
key: ${CI_COMMIT_REF_SLUG}
16
paths:
0 commit comments