Skip to content

chore: update repository templates to https://github.com/ory/meta/com… #582

chore: update repository templates to https://github.com/ory/meta/com…

chore: update repository templates to https://github.com/ory/meta/com… #582

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: "18"
- run: npm ci --legacy-peer-deps
- run: npm run test
- run: npm run build