mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Disable node_modules cache
This commit is contained in:
parent
44b0d08a41
commit
3d0a0a612d
6
.github/workflows/tester.yml
vendored
6
.github/workflows/tester.yml
vendored
@ -15,12 +15,6 @@ jobs:
|
|||||||
repository: hexojs/hexo-starter
|
repository: hexojs/hexo-starter
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
- name: Cache NPM dependencies
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: node_modules
|
|
||||||
key: ${{ runner.os }}-npm-cache
|
|
||||||
restore-keys: ${{ runner.os }}-npm-cache
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user