Skip to content

chore(deps): update all non-major dependencies to ^3.0.1 (#683) #1553

chore(deps): update all non-major dependencies to ^3.0.1 (#683)

chore(deps): update all non-major dependencies to ^3.0.1 (#683) #1553

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22
cache: pnpm
- name: 📦 Install dependencies
run: pnpm install
- name: 🔠 Lint project (+ fix)
run: pnpm run lint:fix
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef