Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

chore(deps): update pnpm/action-setup action to v5 #1300

chore(deps): update pnpm/action-setup action to v5

chore(deps): update pnpm/action-setup action to v5 #1300

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup
uses: ./.github/composite-actions/cache-and-install
- name: CI
shell: bash
run: |
pnpm run check