Skip to content

Commit

Permalink
just gonna go ahead and remote 8 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Nov 7, 2023
1 parent ba1f205 commit f1c69d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8, 10, 12, 14, 16, 18, 20]
exclude:
- node-version: 8
- node-version: 10
node-version: [12, 14, 16, 18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit f1c69d1

Please sign in to comment.