Skip to content

Commit 481d70f

Browse files
committed
fix: use pnpm instead on npm
1 parent acceb02 commit 481d70f

File tree

4 files changed

+4779
-9744
lines changed

4 files changed

+4779
-9744
lines changed

.woodpecker/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ steps:
1717
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
1818

1919
build:
20-
image: node:20
20+
image: devforth/node20-pnpm:latest
2121
when:
2222
- event: push
2323
commands:
2424
- apt update && apt install -y rsync
2525
- . /woodpecker/deploy.vault.env
26-
- npm clean-install
26+
- pnpm install
2727
- /bin/bash ./.woodpecker/buildRelease.sh
2828
- npm audit signatures
2929

3030
release:
31-
image: node:20
31+
image: devforth/node20-pnpm:latest
3232
when:
3333
- event:
3434
- push
3535
branch:
3636
- main
3737
commands:
3838
- . /woodpecker/deploy.vault.env
39-
- npx semantic-release
39+
- pnpm exec semantic-release
4040

4141
slack-on-failure:
4242
image: curlimages/curl

0 commit comments

Comments
 (0)