diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80e77a23..4f440e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] platform: - os: ubuntu-latest shell: bash @@ -37,4 +37,4 @@ jobs: run: npm ci - name: Run Tests - run: npm test -- -c -t0 --statements=80 --branches=80 --functions=80 --lines=80 + run: npm test -- -c -t0