upgrade node v14.17.6 for gitpod since optional chaining is required (#2219)

pull/255/head
Tom Free 2021-10-11 20:54:01 +07:00 committed by GitHub
parent 1ad25b063d
commit 66797f34c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ image:
file: .gitpod.dockerfile
tasks:
- before: nvm install 10 && nvm use 10
- before: nvm install 14.17.6 && nvm use 14.17.6
init: npm install
command: npm run start-server