autobaan/.woodpecker/test.yaml
collin 40a81ba2d7
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
Upgrading to node 24
2026-06-19 11:27:22 +02:00

14 lines
246 B
YAML

when:
- event: pull_request
- event: push
branch: main
- event: manual
steps:
- name: test
image: docker.io/node:24-slim
environment:
PUPPETEER_SKIP_DOWNLOAD: true
commands:
- npm ci
- npm run test:unit