fix(ci): install jq and curl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nikurasu 2024-03-28 22:57:59 +01:00
parent 24934f7b79
commit 1e0e166d7d
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -20,7 +20,7 @@ steps:
image: docker.io/library/docker:25-cli
secrets: [user, pass]
commands:
- apk add git
- apk add git jq curl
- REGISTRY="dev.cat-enby.club"
- NODE_LTS=$(curl -s https://nodejs.org/dist/index.json | jq -r '.[] | select(.lts) | .version' | head -n 1 | sed 's/v//')
- PNPM_VERSION=$(curl -s https://registry.npmjs.org/pnpm | jq -r '.["dist-tags"].latest')