Skip to content

Commit 2b76161

Browse files
committed
Lint config nit
1 parent 53ed58d commit 2b76161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = [
114114
{
115115
ignores: ['test', 'test.describe'],
116116
// Lazily access constants.maintainedNodeVersions.
117-
version: constants.maintainedNodeVersions.previous
117+
version: constants.maintainedNodeVersions.current
118118
}
119119
],
120120
'n/prefer-node-protocol': 'error',

0 commit comments

Comments
 (0)