Skip to content

Commit

Permalink
Fix for issue #22 (#23)
Browse files Browse the repository at this point in the history
* Updated Life360 API access settings

* Updated dependencies

* Bump nodejs version from 14 to 18 for Github actions

* Increase version information for bugfix
  • Loading branch information
MiGoller authored Aug 1, 2023
1 parent 1247a64 commit ae75e16
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1,383 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down
Loading

0 comments on commit ae75e16

Please sign in to comment.