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:
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- npm ci
|
||||
- npm install
|
||||
when:
|
||||
- event: [push, pull_request]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user