1
0
Fork 1
mirror of https://example.com synced 2024-11-27 06:26:41 +09:00
firefish/.woodpecker/commitBuild.yml
cutestnekoaqua 0ad5ec427d
upgrade CI
2022-12-16 01:33:09 +01:00

17 lines
296 B
YAML

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/* ]