mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 14:37:36 -07:00
7 lines
144 B
YAML
7 lines
144 B
YAML
pipeline:
|
|
build:
|
|
image: node:latest
|
|
commands:
|
|
- corepack enable
|
|
- yarn set version berry
|
|
- yarn install --immutable
|