Skip to content

fix(deps) Update dependency @react-leaflet/core to v3 #2156

fix(deps) Update dependency @react-leaflet/core to v3

fix(deps) Update dependency @react-leaflet/core to v3 #2156

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm i -g yarn
- run: yarn install
- run: yarn lint