calckey/.woodpecker/prSecurityCheck.yml

8 lines
144 B
YAML
Raw Normal View History

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