Skip to content

Update @vercel/ncc to 0.38.3 #31

Update @vercel/ncc to 0.38.3

Update @vercel/ncc to 0.38.3 #31

Workflow file for this run

name: 'build-test'
on: [push]
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: |
npm install
- run: |
npm run all