From 188e3ed8f79c0074f8b8fd031a9ad22d274008f6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 9 Jan 2023 16:35:57 -0800 Subject: [PATCH] don't test on very old node versions --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29e157a3..12223b86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [10.0.x, 10.x, 12.0.x, 12.x, 14.0.x, 14.x, 16.x] + node-version: [14.0.x, 14.x, 16.0.x, 16.x, 18.0.x, 18.x, 19.x] platform: - os: ubuntu-latest shell: bash @@ -32,9 +32,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Use latest npm - run: npm install -g npm@latest - - name: Install dependencies run: npm install