Skip to content

Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjus… #48

Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjus…

Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjus… #48

Workflow file for this run

name: Tests
on:
push:
branches:
- "**"
jobs:
test:
strategy:
matrix:
node-version: ["18.x", "20.x"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test