Skip to content

Commit ece00b8

Browse files
committed
Bump node typings to fix build
1 parent 5f5dbab commit ece00b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/generate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ run().catch((error: Error) => {
3737
console.error(error.stack);
3838
process.exit(1);
3939
});
40+
/* eslint-enable no-console */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@types/jsdom": "^16.2.6",
5353
"@types/minimist": "^1.2.1",
54-
"@types/node": "^14.14.22",
54+
"@types/node": "^22.2.0",
5555
"@types/puppeteer": "^5.4.2",
5656
"@types/user-agents": "^1.0.0",
5757
"cross-fetch": "^3.0.6",

0 commit comments

Comments
 (0)