[ci] use npm instead of pnpm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
eaf380bfdc
commit
640511705b
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
FROM docker.io/alpine:latest
|
||||
RUN apk add --no-cache hugo git openssh rsync curl nodejs
|
||||
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||
RUN apk add --no-cache hugo git openssh rsync npm
|
||||
RUN hugo version
|
||||
RUN pnpm --version
|
||||
RUN npm --version
|
||||
|
|
Loading…
Reference in a new issue