fix(ci): Install pnpm
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Nicolai Ort 2024-11-26 19:01:51 +01:00
parent 7ba890dfd7
commit e211554579
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -2,6 +2,7 @@ steps:
- name: run full license export - name: run full license export
image: registry.odit.services/hub/library/node:19.7.0-alpine3.16 image: registry.odit.services/hub/library/node:19.7.0-alpine3.16
commands: commands:
- npm i -g pnpm@8
- pnpm i - pnpm i
- pnpm licenses:export - pnpm licenses:export
- name: push new licenses file to repo - name: push new licenses file to repo