Skip to content

Bump the production-dependencies group with 6 updates #5

Bump the production-dependencies group with 6 updates

Bump the production-dependencies group with 6 updates #5

Workflow file for this run

name: Verify
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run verify