mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 01:34:05 +08:00
upgrade node v14.17.6 for gitpod since optional chaining is required (#2219)
This commit is contained in:
parent
1ad25b063d
commit
66797f34c4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ image:
|
||||||
file: .gitpod.dockerfile
|
file: .gitpod.dockerfile
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- before: nvm install 10 && nvm use 10
|
- before: nvm install 14.17.6 && nvm use 14.17.6
|
||||||
init: npm install
|
init: npm install
|
||||||
command: npm run start-server
|
command: npm run start-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue