pow_sha256-polyfill/.woodpecker.yml

9 lines
129 B
YAML
Raw Permalink Normal View History

2024-06-07 22:45:30 +05:30
steps:
test:
2024-10-30 07:07:30 +05:30
image: node:22.11.0
2024-06-07 22:45:30 +05:30
commands:
- yarn install
- yarn lint
- yarn build
- yarn test