1
0
Fork 1
mirror of https://example.com synced 2024-11-27 08:16:39 +09:00
firefish/.woodpecker/commitBuild.yml

18 lines
296 B
YAML
Raw Normal View History

2022-12-16 09:33:09 +09: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:
include: [ master, develop, feature/* ]