Update .github/workflows/Continues Integration.yaml
Some checks reported warnings
Some checks reported warnings
This commit is contained in:
parent
f942b3db2f
commit
6072ddc72a
2
.github/workflows/Continues Integration.yaml
vendored
2
.github/workflows/Continues Integration.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: ./node_modules
|
path: ./node_modules
|
||||||
key: ${{runner.os}}-node_modules-2
|
key: ${{runner.os}}-node_modules-2
|
||||||
|
Loading…
Reference in New Issue
Block a user