Skip to content

ItemView: Add startDate, endDate, startPlace, endPlace #193

ItemView: Add startDate, endDate, startPlace, endPlace

ItemView: Add startDate, endDate, startPlace, endPlace #193

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x, 22.x ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: echo "CONFIG=uri.gbv.de" > .env
- run: npm run build
# - run: npm test