Skip to content

Update maplibre-gl. #549

Update maplibre-gl.

Update maplibre-gl. #549

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install packages
run: yarn install --immutable
- name: Build
run: yarn build
- name: Run tests
run: yarn jest