From 24f68f63f8162cdcf57df2c5fd205c29739093c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:07:28 +0000 Subject: [PATCH] Bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/compile-admin-panel-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-admin-panel-assets.yml b/.github/workflows/compile-admin-panel-assets.yml index b96c682..582ccc3 100644 --- a/.github/workflows/compile-admin-panel-assets.yml +++ b/.github/workflows/compile-admin-panel-assets.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.head_ref }} - name: Compile Production Assets - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20.x - run: npm install --force