Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

chore(deps): update nuxt #175

chore(deps): update nuxt

chore(deps): update nuxt #175

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: corepack enable
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # 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@bee19d72e71787c12ca0f29de72f2833e437e4c9