diff --git a/.github/workflows/cli-test.yml b/.github/workflows/cli-test.yml index 6f9bccb..4807c14 100644 --- a/.github/workflows/cli-test.yml +++ b/.github/workflows/cli-test.yml @@ -14,19 +14,14 @@ on: jobs: test: - strategy: - matrix: - node: [16.x, 14.x, 12.x] - fail-fast: false runs-on: ubuntu-latest - name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node }} + node-version: 14 - run: | yarn install --frozen-lockfile yarn lint diff --git a/cli/package.json b/cli/package.json index a29229e..4349d40 100644 --- a/cli/package.json +++ b/cli/package.json @@ -22,7 +22,7 @@ "useless" ], "engines": { - "node": "^12 || ^14 || >=16" + "node": ">=10" }, "files": [ "dist"