Skip to content

Commit a087a2b

Browse files
gdespiritoclaude
andcommitted
Bump actions to checkout@v7/setup-node@v6; document beta install in README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KUhDLb7eGUBraFsnhBoRGm
1 parent 6554d03 commit a087a2b

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)