mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 14:37:36 -07:00
16 lines
275 B
YAML
16 lines
275 B
YAML
pipeline:
|
|
build:
|
|
image: node:${NODE_VERSION}
|
|
commands:
|
|
- corepack enable
|
|
- yarn set version berry
|
|
- yarn install --immutable
|
|
- yarn build
|
|
|
|
matrix:
|
|
NODE_VERSION:
|
|
- 18.12.1
|
|
- latest
|
|
|
|
branches:
|
|
include: [ main, develop, feature/* ]
|