Skip to content

Bump jose from 6.2.1 to 6.2.2 in the prod-minor-patch group #24

Bump jose from 6.2.1 to 6.2.2 in the prod-minor-patch group

Bump jose from 6.2.1 to 6.2.2 in the prod-minor-patch group #24

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