Skip to content

build(deps-dev): bump vercel from 30.0.0 to 30.1.0 #29

build(deps-dev): bump vercel from 30.0.0 to 30.1.0

build(deps-dev): bump vercel from 30.0.0 to 30.1.0 #29

Workflow file for this run

name: Test & Coverage
on: [pull_request, push]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 20
- name: Install npm dependencies
run: npm install
- name: Run Code Test and Coverage Test
run: npm run test