ソースを参照

chore: update node version >=20.12.0

xingyu4j 6 ヶ月 前
コミット
655ce2c2e8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      internal/lint-configs/eslint-config/src/configs/node.ts

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