Skip to content

feat(nuxt): check for compatible builder when installing modules #4588

feat(nuxt): check for compatible builder when installing modules

feat(nuxt): check for compatible builder when installing modules #4588

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
push:
branches:
- "renovate/**"
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Lint (docs)
run: pnpm lint:docs:fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84