diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4823b9c..92213dd 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -33,6 +33,9 @@ jobs: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart + # Update the WSL + wsl --update + # Set WSL Version 2 as default wsl --set-default-version 2