diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8eb5306..00a20a6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [15.x, 16.x] steps: - uses: actions/checkout@v2 @@ -24,5 +24,5 @@ jobs: - name: Install dependencies run: npm set-script prepublish "" - run: npm ci - - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test + - run: npm run build --if-present \ No newline at end of file