Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Bump @mapbox/appropriate-images from 5.0.0 to 6.0.0 #700

Bump @mapbox/appropriate-images from 5.0.0 to 6.0.0

Bump @mapbox/appropriate-images from 5.0.0 to 6.0.0 #700

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run test