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