Skip to content

chore(deps-dev): bump vitest from 1.6.0 to 2.1.3 #227

chore(deps-dev): bump vitest from 1.6.0 to 2.1.3

chore(deps-dev): bump vitest from 1.6.0 to 2.1.3 #227

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: ci
run: |
npm install
npm run test