chore: update node version >=20.12.0

pull/275/head^2
xingyu4j 2025-11-17 12:11:43 +08:00
parent f841568e5a
commit 655ce2c2e8
1 changed files with 1 additions and 1 deletions

View File

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