Skip to content

docs: remove deprecated offset option and GDAL attribution #76

docs: remove deprecated offset option and GDAL attribution

docs: remove deprecated offset option and GDAL attribution #76

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20, 22, 24]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test