mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 06:48:12 +09:00
8 lines
144 B
YAML
8 lines
144 B
YAML
pipeline:
|
|
build:
|
|
image: node:latest
|
|
commands:
|
|
- corepack enable
|
|
- yarn set version berry
|
|
- yarn install --immutable
|