scripts/.woodpecker/test.yml
Renovate 0a656dd22f
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
chore(deps): update node.js to v20
2023-10-07 19:34:24 +00:00

16 lines
233 B
YAML

when:
- event: [pull_request]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &node_image 'node:20'
steps:
test-build:
image: *node_image
pull: true
commands:
- yarn && yarn build