Skip to content

Commit

Permalink
Drop Node 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 8, 2020
1 parent c272aa1 commit df91479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 13.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"tmp": "^0.1.0"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit df91479

Please sign in to comment.