Skip to content

chore: bump @ory/client v1.1.39 #370

chore: bump @ory/client v1.1.39

chore: bump @ory/client v1.1.39 #370

Workflow file for this run

name: Run Tests
on:
pull_request:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: npm ci
- run: npm run test
- run: npm run build