Skip to content

Commit a05a8ea

Browse files
authored
Breaking: drop support of Node.js 16 (#103)
Category: removal
1 parent b59f415 commit a05a8ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [16, 18, 20, 22]
8+
node: [18, 20, 22]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"babelify": "^10.0.0",
4444
"electron": "^33.2.1",
4545
"hallmark": "^5.0.1",
46-
"nyc": "^15.1.0",
46+
"nyc": "^17.1.0",
4747
"standard": "^17.1.2",
4848
"tap-arc": "^1.3.2",
4949
"tape": "^5.9.0",
@@ -60,6 +60,6 @@
6060
"leveldb"
6161
],
6262
"engines": {
63-
"node": ">=16"
63+
"node": ">=18"
6464
}
6565
}

0 commit comments

Comments
 (0)