diff --git a/.woodpecker.yml b/.woodpecker.yml index a154f2d..a63a677 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -108,7 +108,7 @@ steps: NODE_ENV: test CI: true commands: - - npm ci --include=dev + - npm install - npm run test:coverage:check volumes: - /tmp/npm-cache:/root/.npm