Skip to content

chore: Throw a clear error when the LocationProvider is missing (#87) #156

chore: Throw a clear error when the LocationProvider is missing (#87)

chore: Throw a clear error when the LocationProvider is missing (#87) #156

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Tests
run: npm run test