Skip to content

chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 in the actions-deps group #395

chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 in the actions-deps group

chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 in the actions-deps group #395

Workflow file for this run

name: Build & Test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node 16
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm install
- run: npm run build
- run: npm test