mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Enable dependency caching in workflows.
This commit is contained in:
parent
2a5e12dfc5
commit
83af032bee
@ -7,6 +7,8 @@ runs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
|
cache: npm
|
||||||
|
cache-dependency-path: client/package-lock.json
|
||||||
|
|
||||||
- name: npm ci
|
- name: npm ci
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
@ -7,6 +7,7 @@ runs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
cache: pip
|
||||||
|
|
||||||
- name: Install environment
|
- name: Install environment
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user