Skip to content

Update pnpm to v10.30.2 #284

Update pnpm to v10.30.2

Update pnpm to v10.30.2 #284

Workflow file for this run

name: Test
on:
push:
branches:
- main
- master
pull_request: {}
jobs:
build:
name: Vitest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 10
- run: pnpm i --frozen-lockfile
- run: pnpm run test