Skip to content

Commit

Permalink
Drop old Node versions (resolve #747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Feb 22, 2020
1 parent 254d485 commit 68ecd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [6, 8, 10, 11, 12, 13]
node-version: [10, 11, 12, 13]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 68ecd9a

Please sign in to comment.