Skip to content
Snippets Groups Projects
Verified Commit 65abb361 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

install pnpm

parent e1268bc5
No related branches found
No related tags found
No related merge requests found
Pipeline #1861 failed
...@@ -8,6 +8,12 @@ stages: ...@@ -8,6 +8,12 @@ stages:
services: services:
- docker:dind - docker:dind
prepare npm:
stage: .pre
script:
- npm install -g pnpm@9.15.4
- pnpm install --frozen-lockfile
alfa: alfa:
stage: lint stage: lint
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment