diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45102cc6..a1c11b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,11 @@ jobs: with: node-version: '19.9.0' + - name: "Install Go" + uses: actions/setup-go@v5 + with: + go-version: '1.24.5' + - name: "Cargo test" run: | cargo nextest show-config test-groups @@ -182,6 +187,11 @@ jobs: with: node-version: '19.9.0' + - name: "Install Go" + uses: actions/setup-go@v5 + with: + go-version: '1.24.5' + - name: "Find node and npm versions" run: | Get-Command node -All