Skip to content

chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1 #347

chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1

chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1 #347

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
# For public repo's GH recommends not using self hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: |
npm ci
npm test