Skip to content

build(deps-dev): bump vitest from 2.1.3 to 2.1.9 #103

build(deps-dev): bump vitest from 2.1.3 to 2.1.9

build(deps-dev): bump vitest from 2.1.3 to 2.1.9 #103

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
- name: Setup Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # tag: v4.2.0
with:
node-version: lts/*
- name: yarn install, build, and test
run: |
yarn install
yarn test