diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 086af3649..9bd8f77e9 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -62,7 +62,7 @@ jobs: # `postinstall` guard (helpers/check-version.js) aborts the install with # exit 1. - name: Set up Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: npm