Skip to content

chore: bump the all-deps group with 3 updates #136

chore: bump the all-deps group with 3 updates

chore: bump the all-deps group with 3 updates #136

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- run: pnpm install
- name: Build vike-vue
run: pnpm run build