Skip to content

chore(deps): update pnpm to v9.11.0 #186

chore(deps): update pnpm to v9.11.0

chore(deps): update pnpm to v9.11.0 #186

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: 20.5
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint & Fix
run: pnpm run lint:fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84