Skip to content

build(deps): bump jws from 3.2.2 to 3.2.3 #716

build(deps): bump jws from 3.2.2 to 3.2.3

build(deps): bump jws from 3.2.2 to 3.2.3 #716

Workflow file for this run

name: Commit Checks
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
Pull-Request-Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 22.x
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm ci
- run: npm run test-cov --if-present
- run: npm run lint
- run: npm run pretty-check --if-present