From 6676bcb6ebd5f1e77f00ee2bdf6f789d29ee244a Mon Sep 17 00:00:00 2001 From: Ramona Hartinger Date: Tue, 17 Sep 2024 10:58:05 +0200 Subject: [PATCH] ci: updated wsl in action --- .github/workflows/nodejs.yml | 3 +++ 1 file changed, 3 insertions(+) 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