Skip to content

fix: remove bun again #5

fix: remove bun again

fix: remove bun again #5

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm i
- name: Test
run: npm run test