From 9eaef1da36a7e7a9b9afe4efa8d47739d0f0d882 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:34:58 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .github/workflows/webui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webui.yml b/.github/workflows/webui.yml index fa4eac10..1b9ee4b1 100644 --- a/.github/workflows/webui.yml +++ b/.github/workflows/webui.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Glances will be build with Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'npm'