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 - event: push
steps: steps:
- name:
- name: Deploy - name: Deploy
image: node:20-alpine image: docker.io/library/node:20-alpine
commands: commands:
- npm install -g pnpm - npm install -g pnpm
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile

View file

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