Skip to content

fix: bump @deck.gl/geo-layers from 8.9.35 to 9.0.34 in the deck-gl group #263

fix: bump @deck.gl/geo-layers from 8.9.35 to 9.0.34 in the deck-gl group

fix: bump @deck.gl/geo-layers from 8.9.35 to 9.0.34 in the deck-gl group #263

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint