calckey/.woodpecker/commitBuild.yml

18 lines
294 B
YAML
Raw Normal View History

2022-12-16 00:33:09 +00:00
pipeline:
build:
image: node:${NODE_VERSION}
commands:
- corepack enable
- yarn install
- yarn build
environment:
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
matrix:
NODE_VERSION:
- 18.12.1
- 19.2.0
branches:
2022-12-18 18:41:11 +00:00
include: [ main, develop, feature/* ]