Skip to content

Bump @vercel/ncc from 0.38.2 to 0.38.3 #6

Bump @vercel/ncc from 0.38.2 to 0.38.3

Bump @vercel/ncc from 0.38.2 to 0.38.3 #6

Workflow file for this run

name: Test Action
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: NPM Install
run: npm ci
- name: Build
run: node_modules/@vercel/ncc/dist/ncc/cli.js build index.js