From 8a4f8ad3f5a63d50fcaa6a776fa4150421c83840 Mon Sep 17 00:00:00 2001 From: Sebastian Reichelt Date: Sat, 16 Jan 2021 20:10:11 +0100 Subject: [PATCH] Fixed caching of node_modules in GitHub action. --- .github/workflows/main.yml | 3 ++- data/libraries/hlm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84ac52c7..f475bbf5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,8 @@ jobs: uses: actions/cache@v2 with: path: node_modules - key: ${{ runner.os }}-node_modules + key: ${{ runner.os }}-node_modules-${{ hashFiles('package-lock.json') }} + restore-keys: ${{ runner.os }}-node_modules- - name: Install NPM dependencies run: npm install - name: Check dependencies diff --git a/data/libraries/hlm b/data/libraries/hlm index 1653adc1..89043ab5 160000 --- a/data/libraries/hlm +++ b/data/libraries/hlm @@ -1 +1 @@ -Subproject commit 1653adc18271516aa55bf228c61f858e2024fac0 +Subproject commit 89043ab5ba8d64a213372dcbec4de32909457989