Skip to content

add routeId to unrendered links #49

add routeId to unrendered links

add routeId to unrendered links #49

name: Continuous integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
- name: Install and test
run: |
npm install
npm test