Skip to content

Bump @googlemaps/google-maps-services-js from 3.3.16 to 3.3.42 #63

Bump @googlemaps/google-maps-services-js from 3.3.16 to 3.3.42

Bump @googlemaps/google-maps-services-js from 3.3.16 to 3.3.42 #63

Workflow file for this run

name: "unit-tests"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm test