Skip to content

made the baseURI available on the manifest #101

made the baseURI available on the manifest

made the baseURI available on the manifest #101

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 20.x
- 24.x
- latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm install-test
env:
CI: true