pzp-promise/.woodpecker.yaml

13 lines
170 B
YAML

matrix:
NODE_VERSION:
- 18
- 20
steps:
test:
when:
event: [push]
image: node:${NODE_VERSION}
commands:
- npm install
- npm test