From b41f272c9a366114cf29a419eab262529d91ce2a Mon Sep 17 00:00:00 2001 From: AymanA Date: Tue, 26 Nov 2024 08:51:18 -0800 Subject: [PATCH] node . --- .github/workflows/verification_windows.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/verification_windows.yml b/.github/workflows/verification_windows.yml index 89eca71..0ae049a 100644 --- a/.github/workflows/verification_windows.yml +++ b/.github/workflows/verification_windows.yml @@ -28,10 +28,3 @@ jobs: - name: Install dependencies run: npm ci - # Verify Node.js version - - name: Verify Node.js version - run: node -v - - # Run your script (replace 'node .' with your actual command) - - name: Run script - run: node . # Adjust this to the script/command you want to execute