Procházet zdrojové kódy

chore: update node version >=20.12.0

xingyu4j před 6 měsíci
rodič
revize
655ce2c2e8

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

@@ -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'],