Skip to content

Commit f5d46d1

Browse files
committed
chore: dependencies
1 parent 18a519c commit f5d46d1

File tree

5 files changed

+3942
-5671
lines changed

5 files changed

+3942
-5671
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '10', '12', '14', '16' ]
14+
node: [ '18', '20', '22', '23' ]
1515
name: Test Node ${{ matrix.node }}
1616
steps:
1717
- uses: actions/checkout@v2
@@ -30,3 +30,4 @@ jobs:
3030
uses: actions/setup-node@v2
3131
- run: npm install
3232
- run: npm run coverage
33+
- uses: codecov/codecov-action@v5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### 4.0.0
22

33
- fix wmic removed on Windows 11 and add gwmi support
4+
- node >= 17
45

56
### 3.0.1
67

0 commit comments

Comments
 (0)