Skip to content

Bump vitest from 2.0.5 to 2.1.0 #333

Bump vitest from 2.0.5 to 2.1.0

Bump vitest from 2.0.5 to 2.1.0 #333

Workflow file for this run

name: Publish
on: pull_request
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version: 20
check-latest: true
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn install --immutable --immutable-cache --check-cache
- name: Tests πŸ§‘β€πŸ”¬
run: yarn test
- name: Deploy 😎
run: yarn generate