Skip to content

update Discord invite link #22

update Discord invite link

update Discord invite link #22

Workflow file for this run

name: ci-main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npx nypm@latest i
- name: Lint
run: pnpm run lint
- name: Module Build
env:
NODE_OPTIONS: "--max_old_space_size=8192"
run: pnpm run build