Skip to content

Bump @vercel/ncc from 0.38.1 to 0.38.2 #11

Bump @vercel/ncc from 0.38.1 to 0.38.2

Bump @vercel/ncc from 0.38.1 to 0.38.2 #11

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