mirror of
https://example.com
synced 2024-11-24 16:56:38 +09:00
10 lines
173 B
YAML
10 lines
173 B
YAML
pipeline:
|
|
build:
|
|
image: node:latest
|
|
commands:
|
|
- corepack enable
|
|
- yarn set version berry
|
|
- yarn install --immutable
|
|
|
|
when:
|
|
event: pull_request
|