blob: 7b6b3bd6da0e553ea8b5969aacbe23d53e3e9069 (
plain)
1
2
3
4
|
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: nvm install node && nvm use 17 && yarn install # runs during prebuild
command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name $GIT_AUTHOR_NAME
|