Skip to content

Commit e7639c6

Browse files
committed
use the right version of nodejs in dev container
1 parent 8de6a82 commit e7639c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/postCreate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ opam install . --deps-only --with-test --with-dev-setup -y
99
echo 'eval $(opam env)' >> ~/.zshrc
1010
echo 'eval $(opam env)' >> ~/.bashrc
1111

12+
nvm install
13+
1214
corepack enable
1315
printf "\n" | yarn

0 commit comments

Comments
 (0)