Skip to content

[Snyk] Upgrade @vercel/ncc from 0.36.1 to 0.38.0 #1

[Snyk] Upgrade @vercel/ncc from 0.36.1 to 0.38.0

[Snyk] Upgrade @vercel/ncc from 0.36.1 to 0.38.0 #1

Workflow file for this run

name: 📋 PR
on:
pull_request: {}
workflow_dispatch: {}
jobs:
build:
name: 📦🔍 Build Check
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
- name: 🛠️ Setup Node.js Environment
uses: actions/setup-node@v3
with:
cache: npm
cache-dependency-path: package-lock.json
node-version-file: .nvmrc
- name: 🛠️ Setup Project
run: npm ci
- name: 🛠️ Build
run: npm run compile