Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
726d91e433
commit
979ed0b874
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue