forked from github.com/GenderDysphoria.fyi
nvm on caching lol
This commit is contained in:
@@ -46,15 +46,6 @@ jobs:
|
||||
uses: https://github.com/actions/setup-node@v2
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
-
|
||||
name: Restore node_modules cache
|
||||
uses: https://github.com/actions/cache@v2
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node_modules
|
||||
-
|
||||
name: Install node dependencies
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user