We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59f415 commit a05a8eaCopy full SHA for a05a8ea
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [16, 18, 20, 22]
+ node: [18, 20, 22]
9
name: Node ${{ matrix.node }}
10
steps:
11
- name: Checkout
package.json
@@ -43,7 +43,7 @@
43
"babelify": "^10.0.0",
44
"electron": "^33.2.1",
45
"hallmark": "^5.0.1",
46
- "nyc": "^15.1.0",
+ "nyc": "^17.1.0",
47
"standard": "^17.1.2",
48
"tap-arc": "^1.3.2",
49
"tape": "^5.9.0",
@@ -60,6 +60,6 @@
60
"leveldb"
61
],
62
"engines": {
63
- "node": ">=16"
+ "node": ">=18"
64
}
65
0 commit comments