File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 matrix :
1313 node-version : [18, 20, 22]
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v7
1616 with :
1717 persist-credentials : false
18- - uses : actions/setup-node@v4
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version : ${{ matrix.node-version }}
2121 cache : npm
@@ -29,10 +29,10 @@ jobs:
2929 lint :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v7
3333 with :
3434 persist-credentials : false
35- - uses : actions/setup-node@v4
35+ - uses : actions/setup-node@v6
3636 with :
3737 node-version : 22
3838 cache : npm
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 contents : read
1212 id-token : write # npm Trusted Publisher (OIDC): no token needed
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v7
1515 with :
1616 persist-credentials : false
17- - uses : actions/setup-node@v4
17+ - uses : actions/setup-node@v6
1818 with :
1919 node-version : 22
2020 cache : npm
Original file line number Diff line number Diff line change @@ -33,10 +33,18 @@ await server.listen();
3333
3434## Installation
3535
36+ > [ !IMPORTANT]
37+ > ** v2 is currently in beta.** These docs describe v2. Plain
38+ > ` npm install gps-tracking ` still installs the old v1 (1.1.1) until the
39+ > final 2.0.0 is released — install the beta explicitly:
40+
3641``` bash
37- npm install gps-tracking
42+ npm install gps-tracking@beta
3843```
3944
45+ Your v1 code runs on the beta without changes, so trying it is low-risk —
46+ please [ report any issues] ( https://github.com/freshworkstudio/gps-tracking-nodejs/issues ) .
47+
4048## Supported devices
4149
4250| Adapter | Protocol | Devices |
You can’t perform that action at this time.
0 commit comments