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