Skip to content

Bump maplibre-gl from 4.7.1 to 5.0.1 #37

Bump maplibre-gl from 4.7.1 to 5.0.1

Bump maplibre-gl from 4.7.1 to 5.0.1 #37

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm build