Skip to content

Commit 655ce2c

Browse files
committed
chore: update node version >=20.12.0
1 parent f841568 commit 655ce2c

File tree

1 file changed

+1
-1
lines changed
  • internal/lint-configs/eslint-config/src/configs

1 file changed

+1
-1
lines changed

internal/lint-configs/eslint-config/src/configs/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function node(): Promise<Linter.Config[]> {
3535
'error',
3636
{
3737
ignores: [],
38-
version: '>=18.0.0',
38+
version: '>=20.12.0',
3939
},
4040
],
4141
'n/prefer-global/buffer': ['error', 'never'],

0 commit comments

Comments
 (0)