Updating image of woodpecker test to node/hydrogen
Some checks failed
ci/woodpecker/push/test Pipeline was successful
Push to main / test (push) Has been cancelled
Push to main / build-image (push) Has been cancelled

This commit is contained in:
Collin Duncan 2025-02-02 12:18:16 +01:00
parent 3e0ba829d3
commit d5ccc4e570

View file

@ -1,6 +1,10 @@
when:
- branch: main
event: push
steps: steps:
- name: test - name: test
image: debian:stable-slim image: docker.io/node:hydrogen-slim
commands: commands:
- npm ci - npm ci
- npm run test:unit - npm run test:unit