install pnpm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-10-24 14:05:49 -05:00
parent 0adaf0c122
commit f8e04d7342

View file

@ -2,6 +2,7 @@ pipeline:
build: build:
image: node:20 image: node:20
commands: commands:
- npm install -g pnpm
# - cd /tmp # - cd /tmp
# - rm -rf astro # - rm -rf astro
# - git clone https://git.mzhang.io/michael/astro --depth 1 # - git clone https://git.mzhang.io/michael/astro --depth 1