Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit fe4bf31

Browse files
committed
Update .gitpod to Node 20
1 parent 0c0bcdc commit fe4bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
file: .gitpod.dockerfile
33

44
tasks:
5-
- before: nvm install 18.18.2 && nvm use 18.18.2
5+
- before: nvm install 20.15.1 && nvm use 20.15.1
66
init: npm install
77
command: npm run start-server
88

0 commit comments

Comments
 (0)