Skip to content

fix: deployment due to overload match error #5

fix: deployment due to overload match error

fix: deployment due to overload match error #5

Workflow file for this run

name: Deploy
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
pr-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
- name: Run Vitest
run: npm run test