Skip to content

docs: fix compatibilityDate value (#3570) #6233

docs: fix compatibilityDate value (#3570)

docs: fix compatibilityDate value (#3570) #6233

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
push: { branches: [v2] }
pull_request: { branches: [v2] }
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v6
with:
node-version: "lts/*"
cache: "pnpm"
- run: pnpm install
- run: pnpm stub
- run: pnpm gen-presets
- name: Fix lint issues
run: npm run lint:fix
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
with:
commit-message: "chore: apply automated updates"