Skip to content

chore(deps-dev): bump @types/node from 25.9.1 to 25.9.2 in the minor-and-patch group #2

chore(deps-dev): bump @types/node from 25.9.1 to 25.9.2 in the minor-and-patch group

chore(deps-dev): bump @types/node from 25.9.1 to 25.9.2 in the minor-and-patch group #2

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
name: Test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm test
- run: npm run build