Skip to content

approuter - remove the "target" route property #128

approuter - remove the "target" route property

approuter - remove the "target" route property #128

Workflow file for this run

name: Tests
on:
workflow_call:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v5
with:
submodules: true
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test