Fix: Use npm install instead of npm ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
99761665f1
commit
ee538b8dd0
@ -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]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user