fix: use npm install instead of npm ci
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-06-17 13:46:48 +00:00
parent 2c89ea601f
commit 841ec0fffc
+1 -1
View File
@@ -5,7 +5,7 @@ steps:
install: install:
image: node:20 image: node:20
commands: commands:
- cd server && npm ci - cd server && npm install
deploy-main: deploy-main:
image: alpine:latest image: alpine:latest