Skip to content

chore(deps-dev): bump @types/node from 22.12.0 to 26.2.0 #6

chore(deps-dev): bump @types/node from 22.12.0 to 26.2.0

chore(deps-dev): bump @types/node from 22.12.0 to 26.2.0 #6

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