mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
7 lines
134 B
YAML
7 lines
134 B
YAML
tasks:
|
|
- init: >
|
|
nvm install 16 &&
|
|
nvm use 16 &&
|
|
yarn install &&
|
|
yarn run build
|
|
command: yarn run start
|