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

This commit is contained in:
Tom Free 2021-10-11 20:54:01 +02:00 committed by GitHub
parent 1ad25b063d
commit 66797f34c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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