Skip to content

Merge branch 'master' of https://github.com/trafficonese/leaflet.extras #42

Merge branch 'master' of https://github.com/trafficonese/leaflet.extras

Merge branch 'master' of https://github.com/trafficonese/leaflet.extras #42

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, develop]
pull_request:
branches: [main, master, develop]
name: Node.js CI
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx napa
- run: npm run build --if-present