jormungandr-bite/.woodpecker/prSecurityCheck.yml

8 lines
144 B
YAML
Raw Normal View History

2022-12-26 16:24:19 -07:00
pipeline:
build:
image: node:latest
commands:
- corepack enable
2022-12-26 16:32:57 -07:00
- yarn set version berry
- yarn install --immutable