Skip to content

Remove references to geojsonhint and geojson-fixtures #621

Remove references to geojsonhint and geojson-fixtures

Remove references to geojsonhint and geojson-fixtures #621

Workflow file for this run

name: Turf.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
- run: pnpm install --frozen-lockfile
- run: git diff --exit-code
- run: pnpm test