ci: Probar instalar pnpm via npm
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Cat /dev/Nulo 2022-12-20 13:21:42 -03:00
parent 85375a66ce
commit aa7a0187db
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pipeline:
- echo "http://alpine.proxy.coso/alpine/v3.17/main" > /etc/apk/repositories
- echo "http://alpine.proxy.coso/alpine/v3.17/community" >> /etc/apk/repositories
- apk add curl nodejs npm lua5.1
- curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm
- npm install -g pnpm
- pnpm set registry http://npm.proxy.coso
- pnpm install