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 97c4db9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
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' && bash ./make_ports_public.sh 5173 1317 26657"
}
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

0 comments on commit 97c4db9

Please sign in to comment.