Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #103 from fivenet-app/renovate/vue-monorepo #280

Merge pull request #103 from fivenet-app/renovate/vue-monorepo

Merge pull request #103 from fivenet-app/renovate/vue-monorepo #280

Workflow file for this run

name: Test Build Plugins
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
workflow_call:
jobs:
node-tests:
name: Node Lint Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 2
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Run build
env:
NUXT_UI_PRO_LICENSE: "${{ secrets.NUXT_UI_PRO_LICENSE }}"
run: make build-all