Skip to content

Bump maplibre-gl from 4.1.1 to 4.1.2 #63

Bump maplibre-gl from 4.1.1 to 4.1.2

Bump maplibre-gl from 4.1.1 to 4.1.2 #63

Workflow file for this run

name: Lint Build
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint-build:
name: Build and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm run docs
- run: npm run build-dist