Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Drop Node v6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 14, 2021
1 parent 13b1544 commit dabbfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
node-version: [8.x, 10.x, 12.x, 14.x]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha --reporter spec"
},
"engines": {
"node": ">=6"
"node": ">= 8"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dabbfb3

Please sign in to comment.