Skip to content

build(deps-dev): bump vitest from 3.0.5 to 3.0.6 #154

build(deps-dev): bump vitest from 3.0.5 to 3.0.6

build(deps-dev): bump vitest from 3.0.5 to 3.0.6 #154

Workflow file for this run

name: Node
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
permissions: read-all
jobs:
test:
name: Vite Tests
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
disable-telemetry: true
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 9
- name: Install Node dependencies
run: pnpm install
- name: Check Format
run: pnpm run check:formatting
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # stable
- name: Run tests
run: cargo install wasm-pack
- name: Build WASM
run: pnpm build
- name: Run unit tests
run: pnpm test