chore: update node version >=20.12.0

This commit is contained in:
xingyu4j
2025-11-17 12:11:43 +08:00
parent f841568e5a
commit 655ce2c2e8

View File

@@ -35,7 +35,7 @@ export async function node(): Promise<Linter.Config[]> {
'error',
{
ignores: [],
version: '>=18.0.0',
version: '>=20.12.0',
},
],
'n/prefer-global/buffer': ['error', 'never'],