Skip to content

Commit

Permalink
chore: use node version 18.20 for the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jul 8, 2024
1 parent 20b9b0e commit 713004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"onAutoForward": "silent"
}
},
"postStartCommand": "/bin/bash ./make_ports_public.sh 5173 1317 26657"
"postStartCommand": "bash -i -c 'nvm install 18.20 && nvm alias default 18.20' && /bin/bash ./make_ports_public.sh 5173 1317 26657"
}

0 comments on commit 713004a

Please sign in to comment.