Skip to content

chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 #54

chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1

chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 #54

Workflow file for this run

---
name: Continuous Integration
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
Build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install
run: npm ci
- name: Build
run: npm run build
env:
NODE_ENV: production
Lint_Git:
name: Lint (Git)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint
uses: wagoid/commitlint-github-action@v5