Skip to content

Bump openid-client from 5.6.5 to 6.1.1 #102

Bump openid-client from 5.6.5 to 6.1.1

Bump openid-client from 5.6.5 to 6.1.1 #102

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
- name: NPM Install
run: npm ci
- name: Run Prettier code style checks
run: npx prettier -c .