mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
fix: ci cache step key
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
||||
- name: Cache NPM packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: npm-${{ hashFiles('./frontend/node_modules/package-lock.json') }}
|
||||
path: |
|
||||
./frontend/node_modules
|
||||
restore-keys: |
|
||||
|
||||
Reference in New Issue
Block a user