Updating image of woodpecker test to node/hydrogen
This commit is contained in:
parent
3e0ba829d3
commit
d5ccc4e570
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: debian:stable-slim
|
||||
image: docker.io/node:hydrogen-slim
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run test:unit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue