10 lines
148 B
YAML
10 lines
148 B
YAML
pipeline:
|
|
build:
|
|
image: node:latest
|
|
commands:
|
|
- corepack enable
|
|
- yarn install --frozen-lockfile
|
|
|
|
when:
|
|
event: pull_request
|