Update .gitpod to Node 20

pull/230/head
Elian Doran 2024-07-17 00:01:33 +07:00
parent 0c0bcdcf4e
commit fe4bf31de8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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