mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
8 lines
134 B
YAML
8 lines
134 B
YAML
|
tasks:
|
||
|
- init: >
|
||
|
nvm install 16 &&
|
||
|
nvm use 16 &&
|
||
|
yarn install &&
|
||
|
yarn run build
|
||
|
command: yarn run start
|