From 67a9fc82f439b8d14bdfac4f61e9d4c8380c3e04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:10:42 +0000 Subject: [PATCH] chore(deps): update node.js to v19.9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/go-static-checks.yaml | 2 +- .github/workflows/per-arch-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-static-checks.yaml b/.github/workflows/go-static-checks.yaml index 1ebab672..7cea01db 100644 --- a/.github/workflows/go-static-checks.yaml +++ b/.github/workflows/go-static-checks.yaml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "19.7" + node-version: "19.9" - run: | cd frontend diff --git a/.github/workflows/per-arch-test.yaml b/.github/workflows/per-arch-test.yaml index 8483b18a..7ef45634 100644 --- a/.github/workflows/per-arch-test.yaml +++ b/.github/workflows/per-arch-test.yaml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "19.7" + node-version: "19.9" - run: make build-frontend