Skip to content

Commit

Permalink
Update .gitpod to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 16, 2024
1 parent 0c0bcdc commit fe4bf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe4bf31

Please sign in to comment.