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