Skip to content

fix action

fix action #1

Workflow file for this run

name: testing
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: pnpm install
- run: pnpm vitest run