Skip to content

fix(deps): update dependency @ory/client-fetch to v1.21.4 #333

fix(deps): update dependency @ory/client-fetch to v1.21.4

fix(deps): update dependency @ory/client-fetch to v1.21.4 #333

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm ci
- run: npx nx run-many --target=build --all