diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-10 22:13:02 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-10 22:13:02 -0500 |
commit | 5b80935e3da1f286a291568aebc2d4a911c71e7a (patch) | |
tree | 02d218fa6745abfc8ff3d4977caf24bae63928c9 | |
parent | 68f31d86a1e80eb3356d108deec7dd391e99bd4c (diff) | |
parent | cc0d47f4b18cf4816224f8cbd6f9bd62019c45a3 (diff) | |
download | tanzanite-5b80935e3da1f286a291568aebc2d4a911c71e7a.tar.gz tanzanite-5b80935e3da1f286a291568aebc2d4a911c71e7a.tar.bz2 tanzanite-5b80935e3da1f286a291568aebc2d4a911c71e7a.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 07a63f3..f43c243 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: nvm install node && nvm use node && yarn install # runs during prebuild + - init: nvm install node && nvm use 16 && yarn install # runs during prebuild command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name $GIT_AUTHOR_NAME |