Skip to content

Commit c239110

Browse files
win try
1 parent df42fa7 commit c239110

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ jobs:
8383
dir
8484
echo "Binary exists check:"
8585
if (Test-Path cli-v2.exe) { Write-Host "Binary exists" } else { Write-Host "Binary not found" }
86-
- name: Setup Node.js for Windows
87-
if: matrix.os == 'windows-latest'
88-
uses: actions/setup-node@v4
89-
with:
90-
node-version: '20'
91-
cache: 'npm'
9286
- name: Install dependencies from .codacy/codacy.yaml
9387
if: matrix.os != 'windows-latest'
9488
run: |

0 commit comments

Comments
 (0)