Skip to content

fix(deps): update nuxtjs monorepo to v4 (major) #34

fix(deps): update nuxtjs monorepo to v4 (major)

fix(deps): update nuxtjs monorepo to v4 (major) #34

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run yarn lint --fix
run: yarn lint:fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27