From fbf0f6cfc96063ca9c4139f8f71ab4b3182a3b17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 02:24:49 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 (#778) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e3b746..72273a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: go-version: 1.24.x - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - uses: actions/checkout@v4 - run: (cd ui && yarn) - run: make build-js