Skip to content

Fix getShapesAsGeoJSON returning reversed shape coordinates (#203) #467

Fix getShapesAsGeoJSON returning reversed shape coordinates (#203)

Fix getShapesAsGeoJSON returning reversed shape coordinates (#203) #467

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 22, 24, 26 ]
name: Use Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm run test
env:
CI: true