Skip to content

Commit 8de7df5

Browse files
committed
Change node support to 20
1 parent 2037aff commit 8de7df5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@rollup/plugin-typescript": "^12.1.4",
5959
"@tsconfig/node20": "^20.1.6",
6060
"@types/lodash.omit": "^4.5.9",
61-
"@types/node": "24.5.2",
61+
"@types/node": "20.19.17",
6262
"@typescript-eslint/eslint-plugin": "^8.44.1",
6363
"@typescript-eslint/parser": "^8.44.1",
6464
"@vitest/coverage-v8": "3.2.4",

src/plugins/graphql-operation-logging-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface GraphQLOperationLoggingPluginOptions<TContext extends GraphQLCo
5252
*/
5353
augmentLogEntry?: (ctx: TContext) => Record<string, any>
5454
/**
55-
* Can be used to resolve a custom logger for the plugin
55+
* Can be used to resolve a logger for the plugin
5656
*/
5757
resolveLogger?: (context: TContext) => TLogger
5858
}

0 commit comments

Comments
 (0)