added v3 beta setting

This commit is contained in:
vabene1111
2024-09-26 07:35:35 +02:00
parent 0a3611b94a
commit ddaeb054d0
3 changed files with 22 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ jobs:
# Build Vue frontend
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: yarn
cache-dependency-path: vue/yarn.lock
- name: Install dependencies
@@ -47,6 +47,19 @@ jobs:
working-directory: ./vue
run: yarn build
# Build Vue 3 frontend
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
cache-dependency-path: vue3/yarn.lock
- name: Install dependencies
working-directory: ./vue3
run: yarn install --frozen-lockfile
- name: Build dependencies
working-directory: ./vue3
run: yarn build
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Buildx