Skip to content

Bump openid-client from 5.6.5 to 6.8.1 #797

Bump openid-client from 5.6.5 to 6.8.1

Bump openid-client from 5.6.5 to 6.8.1 #797

Workflow file for this run

name: Check Types
on:
pull_request:
push:
jobs:
check_types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Check types
run: tsc -p tsconfig.json