Skip to content

Bump @vercel/ncc from 0.36.1 to 0.38.0 #85

Bump @vercel/ncc from 0.36.1 to 0.38.0

Bump @vercel/ncc from 0.36.1 to 0.38.0 #85

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
jobs:
checkDist:
name: CheckDist
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/[email protected]
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
- run: npm ci
- run: npm run build
- run: diff dist/index.js dist/index.js.new