Skip to content

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

chore(deps): update all non-major dependencies

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

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: lts/*
cache: pnpm
- name: 📦 Install dependencies
run: pnpm install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🔠 Lint project (+ fix)
run: pnpm run lint:fix
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8