Skip to content

Commit d307cb1

Browse files
authored
Merge pull request #549 from gemini-testing/sp.drop-nodejs@16
Fix nodejs@22 compatible
2 parents 37f5352 + 5569be6 commit d307cb1

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/node.js.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [14.x, 16.x, 18.x, 20.x]
15+
node-version: [18.x, 20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"url": "https://github.com/gemini-testing/html-reporter/issues"
4949
},
5050
"engines": {
51-
"node": ">= 14"
51+
"node": ">= 18"
5252
},
5353
"keywords": [
5454
"testplane",
@@ -59,7 +59,7 @@
5959
"homepage": "https://github.com/gemini-testing/html-reporter#readme",
6060
"license": "MIT",
6161
"peerDependencies": {
62-
"hermione": ">=6.0.0",
62+
"hermione": ">=8.0.0",
6363
"testplane": "*"
6464
},
6565
"peerDependenciesMeta": {
@@ -75,7 +75,7 @@
7575
"@gemini-testing/sql.js": "^2.0.0",
7676
"ansi-html-community": "^0.0.8",
7777
"axios": "1.6.3",
78-
"better-sqlite3": "^8.5.0",
78+
"better-sqlite3": "^10.0.0",
7979
"bluebird": "^3.5.3",
8080
"body-parser": "^1.18.2",
8181
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)