Skip to content

Bump @vercel/ncc from 0.38.1 to 0.38.2 #110

Bump @vercel/ncc from 0.38.1 to 0.38.2

Bump @vercel/ncc from 0.38.1 to 0.38.2 #110

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Check code format
run: npm run prettier
- name: Lint
run: npm run lint
- name: Build
run: npm run build