From ea906064fcecd66c4ea5ffa056741cff130d7552 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 10 Mar 2024 15:45:16 +0100 Subject: [PATCH] Correct Node.js action https://stackoverflow.com/a/68717538/1919431 --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a28d5049..b5eaa05a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,6 +26,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + cache-dependency-path: ./glances/outputs/static/package-lock.json - name: Build Glances WebUI working-directory: ./glances/outputs/static run: | @@ -33,7 +34,7 @@ jobs: npm ci npm run build - name: Commit and push WebUI - env: + env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts CI_COMMIT_AUTHOR: Continuous Integration run: |