Skip to content

chore(deps): update pnpm to v9.2.0 #599

chore(deps): update pnpm to v9.2.0

chore(deps): update pnpm to v9.2.0 #599

Workflow file for this run

name: Unit tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build packages
run: pnpm run build
- name: Run unit tests
run: pnpm run test
- uses: actions/upload-artifact@v4
if: failure()
with:
name: image-diffs
path: packages/**/__image_snapshots__/__diff_output__/