From 76fd8c16e622573404b4fa3bcb863e4b5e0533c8 Mon Sep 17 00:00:00 2001 From: Lennart Dohmann Date: Tue, 26 Nov 2024 13:58:41 +0100 Subject: [PATCH] Revert nvm usage --- .devcontainer/postCreateCommands.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/postCreateCommands.sh b/.devcontainer/postCreateCommands.sh index cddaa66d..1195c417 100755 --- a/.devcontainer/postCreateCommands.sh +++ b/.devcontainer/postCreateCommands.sh @@ -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