mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-24 17:34:57 +00:00
chore: remove action cache
This commit is contained in:
@@ -20,17 +20,6 @@ jobs:
|
||||
with:
|
||||
node-version: "12.x"
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: cache-node-modules
|
||||
with:
|
||||
path: ~/.npm
|
||||
key:
|
||||
${{ runner.os }}-npm-cache-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-npm-cache-
|
||||
|
||||
- name: Install & Test
|
||||
run: |
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user