mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-13 06:23:32 +00:00
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#1382)
This commit is contained in:
@@ -14,9 +14,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "12.x"
|
||||
cache: npm
|
||||
|
||||
- name: npm install, generate readme
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user