We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df42fa7 commit c239110Copy full SHA for c239110
.github/workflows/go.yml
@@ -83,12 +83,6 @@ jobs:
83
dir
84
echo "Binary exists check:"
85
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'
92
- name: Install dependencies from .codacy/codacy.yaml
93
if: matrix.os != 'windows-latest'
94
run: |
0 commit comments