Skip to content

Update lcobucci/jwt requirement from ^4.0 to ^4.0 || ^5.0 #99

Update lcobucci/jwt requirement from ^4.0 to ^4.0 || ^5.0

Update lcobucci/jwt requirement from ^4.0 to ^4.0 || ^5.0 #99

Workflow file for this run

name: Verify the Docs Build
on:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8.x.x
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install and Build 🔧
run: |
pnpm install
pnpm docs:build