Fix ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-07-14 20:17:48 +05:30
parent 726d91e433
commit 979ed0b874
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 2 additions and 3 deletions

View file

@ -2,9 +2,8 @@ when:
- event: push
steps:
- name:
- name: Deploy
image: node:20-alpine
image: docker.io/library/node:20-alpine
commands:
- npm install -g pnpm
- pnpm install --frozen-lockfile

View file

@ -37,5 +37,5 @@
"lodash-es": "^4.17.21",
"prettier-plugin-astro": "^0.13.0",
"simple-git-hooks": "^2.11.1"
},
}
}