Update .gitpod to Node 20

This commit is contained in:
Elian Doran 2024-07-17 00:01:33 +03:00
parent 0c0bcdcf4e
commit fe4bf31de8
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ image:
file: .gitpod.dockerfile file: .gitpod.dockerfile
tasks: 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 init: npm install
command: npm run start-server command: npm run start-server