aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-10 19:50:23 +0000
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-10 19:50:23 +0000
commitcc0d47f4b18cf4816224f8cbd6f9bd62019c45a3 (patch)
treeec89da864558cdfbde02992d5f53f04fff8179a8
parent8928d95b87e036f731c7a65d8646d75f5bb42c93 (diff)
downloadtanzanite-cc0d47f4b18cf4816224f8cbd6f9bd62019c45a3.tar.gz
tanzanite-cc0d47f4b18cf4816224f8cbd6f9bd62019c45a3.tar.bz2
tanzanite-cc0d47f4b18cf4816224f8cbd6f9bd62019c45a3.zip
use node 16 for gitpod init
-rw-r--r--.gitpod.yml2
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