Skip to content

Bump @vercel/ncc from 0.36.1 to 0.38.2 #1206

Bump @vercel/ncc from 0.36.1 to 0.38.2

Bump @vercel/ncc from 0.36.1 to 0.38.2 #1206

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
steps:
- name: Check out repo
uses: actions/checkout@v4.2.0
- name: Install Node
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
- run: npm run package