Skip to content

chore(deps): update all non-major dependencies #727

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #727

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-fixtures:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [20]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: corepack enable
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Use latest Corepack
run: |
npm install -g corepack@latest
corepack enable
- name: Install dependencies
run: pnpm install
- name: Install Playwright
run: pnpm playwright-core install chromium
- name: Build (stub)
run: pnpm dev:prepare
- name: Test (fixtures)
run: pnpm test