scripts/.woodpecker/test.yml
Renovate ff364a93ea
All checks were successful
ci/woodpecker/push/test Pipeline was successful
chore(deps): update node.js to v20 (#79)
Reviewed-on: #79
Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-committed-by: Renovate <renovate@dwysokinski.me>
2024-04-01 07:14:37 +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