From 21bc18fe43e376003df866ae7020d291ed675df0 Mon Sep 17 00:00:00 2001 From: Matthias Mair <matmair@live.de> Date: Tue, 9 Nov 2021 00:04:38 +0100 Subject: [PATCH] Revert "remove npm from cache" This reverts commit 0e6a0518ddb21e811eb6fc8ae61ceb5bd5b36f8d. --- .github/workflows/gh-pages.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a6521291..7fb1ae1e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,7 +13,11 @@ jobs: - uses: actions/checkout@v2 - uses: actions/cache@v2 with: - path: vendor/bundle + path: | + vendor/bundle + ~/.npm + node_modules + */*/node_modules key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} restore-keys: | ${{ runner.os }}-gems-