Merge branch 'develop' into feature/shopping-ui
This commit is contained in:
commit
59e949067c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
# Build Vue frontend & Dependencies
|
# Build Vue frontend & Dependencies
|
||||||
- name: Set up Node ${{ matrix.node-version }}
|
- name: Set up Node ${{ matrix.node-version }}
|
||||||
if: steps.django_cache.outputs.cache-hit != 'true'
|
if: steps.django_cache.outputs.cache-hit != 'true'
|
||||||
- uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
Loading…
Reference in New Issue
Block a user