From e4e9966c9c0acee569315f59d7868e1f7acb2167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Mon, 29 Aug 2022 16:13:02 +0800 Subject: [PATCH] chore: fix `npm run perf` crashes it was crashing as eslint treat the `.eslintrc.yml` to be js. this commit changes the generated configs to `eslint.config.js`. refs: https://github.com/eslint/eslint/issues/16255#issuecomment-1229817918 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9401ec54924..8d2a966dfe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: run: node Makefile mocha - name: Fuzz Test run: node Makefile fuzz + - name: perf + run: npm run perf test_on_browser: name: Browser Test