From fb1607990f4b8bcea9661d52dd7f1e4638042569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:22:56 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32da317..4e9b59b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 - name: build frontend - uses: actions/setup-node@v3 + uses: actions/setup-node@v5 with: node-version: '14' - run: cd frontend && npm install && yarn build