2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

remove npm from cache

This commit is contained in:
Matthias Mair 2021-11-09 00:02:05 +01:00
parent f2c7c544c1
commit 0e6a0518dd

View File

@ -13,11 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
vendor/bundle
~/.npm
node_modules
*/*/node_modules
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-