Update .github/workflows/Continues Integration.yaml
Some checks reported warnings
Continues Integration / Build (push) Has been cancelled
Continues Integration / Build production (push) Has been cancelled
Continues Integration / Build docker image (push) Has been cancelled
Continues Integration / Install dependencies (push) Successful in 52s

This commit is contained in:
Zakary Timson 2023-07-28 21:58:48 +00:00
parent f942b3db2f
commit 6072ddc72a

View File

@ -20,7 +20,7 @@ jobs:
run: npm install
- name: Cache node_modules
uses: actions/cache@v3
uses: actions/cache/save@v3
with:
path: ./node_modules
key: ${{runner.os}}-node_modules-2