summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-10 15:45:16 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-10 15:45:16 +0100
commitea906064fcecd66c4ea5ffa056741cff130d7552 (patch)
treed694af0cb2e234cc3ef15d32c05bc87590a8b847
parenta84d029e1adcccc0d4a93d1770752bf4c7f39142 (diff)
Correct Node.js action https://stackoverflow.com/a/68717538/1919431
-rw-r--r--.github/workflows/node.js.yml3
1 files changed, 2 insertions, 1 deletions
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: |