Skip to content

Commit a146599

Browse files
committed
Update deps and node version compatibilites
1 parent 97b9869 commit a146599

4 files changed

Lines changed: 1649 additions & 715 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 15.x]
11+
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 15.x, 16.x, 17.x]
1212

1313
steps:
1414
- name: Install libasound2 and libasound2-dev

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Tested (module compiles and records audio) with the following Node versions:
1818
- `v12.14.1`
1919
- `v12.18.4 (lts/erbium)`
2020
- `v14.16.0 (lts/fermium)`
21-
- `v15.11.0 (current)`
21+
- `v15.11.0`
22+
- `v16.13.0 (lts/gallium)`
23+
- `v17.1.0 (current)`
2224

2325
## Dependencies
2426

@@ -280,7 +282,7 @@ So you could also use `hw:CARD=CODEC,DEV=0` to write to this external USB audio
280282

281283
MIT
282284

283-
Copyright (c) 2020, 2021 Bernd Kaiser, feinarbyte GmbH
285+
Copyright (c) 2020, 2021 Bernd Kaiser
284286

285287
## Acknowledgements
286288

0 commit comments

Comments
 (0)