Skip to content

feat(jwt): enable JWT support for client and server (#20) #100

feat(jwt): enable JWT support for client and server (#20)

feat(jwt): enable JWT support for client and server (#20) #100

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm test