Skip to content

build(deps-dev): bump happy-dom from 9.1.9 to 15.10.2 #591

build(deps-dev): bump happy-dom from 9.1.9 to 15.10.2

build(deps-dev): bump happy-dom from 9.1.9 to 15.10.2 #591

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/[email protected]
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 }}