Skip to content

chore: bump pnpm to 11.1.2 #630

chore: bump pnpm to 11.1.2

chore: bump pnpm to 11.1.2 #630

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
permissions: {}
jobs:
ci:
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: voidzero-dev/setup-vp@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
with:
cache: true
- run: npx playwright install chromium
- name: Check
run: vp check
- name: Test
run: vp test run
- name: Build
run: vp run build