From 8239001f1586950db6d81bc4182a7f1f54cd83e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:34:29 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 448e6d5..f8b30dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: go-version: ${{ matrix.go }} - uses: actions/setup-node@v7 with: - node-version: '22' + node-version: '24' - name: Get go_js_wasm_exec env: GO_BASE_URL: "https://raw.githubusercontent.com/golang/go/refs/heads/release-branch.go${{ matrix.go }}"