Skip to content

Commit

Permalink
Remove older node versions shiping npm without support for "ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenicholson committed Feb 22, 2022
1 parent 3ab9305 commit 8e57eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit 8e57eec

Please sign in to comment.