Skip to content

chore(deps-dev): bump axe-core from 4.10.3 to 4.13.0 #7

chore(deps-dev): bump axe-core from 4.10.3 to 4.13.0

chore(deps-dev): bump axe-core from 4.10.3 to 4.13.0 #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm audit --audit-level=high