From 5f571bf7e4a7abb3f0720d27e9e2654d818dd76e Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 25 Sep 2023 15:17:04 -0700 Subject: [PATCH] ci: fix arguments to npm test, add node 20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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