Skip to content

Commit 24d65c6

Browse files
fix: use pnpm
1 parent de883d5 commit 24d65c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ default:
1010
echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
1111
echo "registry=https://registry.npmmirror.com/"
1212
} | tee --append .npmrc
13+
- npm install -g pnpm@latest-8 --force
1314
cache:
1415
key: ${CI_COMMIT_REF_SLUG}
1516
paths:

0 commit comments

Comments
 (0)