Update .github/workflows/Continues Integration.yaml
All checks were successful
Continues Integration / Install dependencies (push) Successful in 36s
Continues Integration / Build (push) Successful in 49s
Continues Integration / Build production (push) Successful in 1m0s
Continues Integration / Build docker image (push) Successful in 1m44s

This commit is contained in:
Zakary Timson 2023-07-28 21:44:56 +00:00
parent 3908c9636d
commit 2438e88fda

View File

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