diff options
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 723a250..3c0ff1a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ # List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ tasks: - - init: yarn install # runs during prebuild + - init: nvm install node && nvm use node && yarn install # runs during prebuild command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name GIT_AUTHOR_NAME |