diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-21 17:59:56 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-21 17:59:56 -0500 |
commit | f395ceeabf63ae8972f360cd72f4a14cbaba36b6 (patch) | |
tree | e54c21f6ee292dd271609ba70c6a06279678b4f4 /.gitpod.yml | |
parent | c42f42e4dcce2e1e9b886adca355ec2951205b6b (diff) | |
download | tanzanite-f395ceeabf63ae8972f360cd72f4a14cbaba36b6.tar.gz tanzanite-f395ceeabf63ae8972f360cd72f4a14cbaba36b6.tar.bz2 tanzanite-f395ceeabf63ae8972f360cd72f4a14cbaba36b6.zip |
fix: source maps
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index f43c243..7b6b3bd 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 16 && yarn install # runs during prebuild + - 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 |