Skip to content

release 8.0.4; fix package name to @graphhopper/directions-api-js-client #70

release 8.0.4; fix package name to @graphhopper/directions-api-js-client

release 8.0.4; fix package name to @graphhopper/directions-api-js-client #70

Workflow file for this run

name: Run Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: export GHKEY=${{ secrets.GHKEY }}; npm test