Fix: Use npm install instead of npm ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-01-29 02:58:37 +00:00
parent 99761665f1
commit ee538b8dd0

View File

@ -2,7 +2,7 @@ steps:
install: install:
image: node:20-alpine image: node:20-alpine
commands: commands:
- npm ci - npm install
when: when:
- event: [push, pull_request] - event: [push, pull_request]