Skip to content

Bump the dev-minor-patch group with 5 updates #15

Bump the dev-minor-patch group with 5 updates

Bump the dev-minor-patch group with 5 updates #15

Workflow file for this run

name: Test
on:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm test -- --no-watch