forked from github.com/GenderDysphoria.fyi
fix regression
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
-
|
-
|
||||||
name: Restore node_modules cache
|
name: Restore node_modules cache
|
||||||
uses: actions/cache@v2
|
uses: https://github.com/actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user