Skip to content

Commit

Permalink
Revert nvm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Nov 26, 2024
1 parent d80ab3f commit 76fd8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/postCreateCommands.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

bash -i -c 'nvm install v20.18.1'
bash -i -c 'nvm use v20.18.1'
bash -i -c 'nvm install 20'
bash -i -c 'nvm use 20'

echo "setup php-scoper"
composer global require humbug/php-scoper
Expand Down

0 comments on commit 76fd8c1

Please sign in to comment.