Skip to content

chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 #69

chore(deps-dev): bump vitest from 2.1.8 to 2.1.9

chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 #69

Workflow file for this run

on:
pull_request:
branches:
- master
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test