Skip to content

build(deps): bump @turf/union from 7.0.0 to 7.1.0 #601

build(deps): bump @turf/union from 7.0.0 to 7.1.0

build(deps): bump @turf/union from 7.0.0 to 7.1.0 #601

Workflow file for this run

name: Run tests
on:
pull_request:
types: [opened, synchronize]
branches:
- main
env:
PNPM_VERSION: 8.6.6
NODE_VERSION: 18.16.1
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
with:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- run: pnpm install --no-frozen-lockfile
- run: pnpm test
env:
VITE_APP_OS_API_KEY: ${{ secrets.OS_API_KEY }}
VITE_APP_MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}