Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Bump @vercel/ncc from 0.36.1 to 0.38.0 #47

Bump @vercel/ncc from 0.36.1 to 0.38.0

Bump @vercel/ncc from 0.36.1 to 0.38.0 #47

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}