Skip to content

Commit

Permalink
don't test on very old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 10, 2023
1 parent d1d5495 commit 188e3ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 188e3ed

Please sign in to comment.