diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ff639864..5c87676e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,6 +35,9 @@ jobs: node: [18.x, 20.x] include: # run on node lts(ubuntu-latest) + - os: ubuntu-latest + node: "16.0.x" + eslint: "8.x" - os: ubuntu-latest node: "16.x" eslint: "8.x"