Skip to content

Commit

Permalink
feat: dropping node 8 support (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 12, 2020
1 parent 8934f2a commit f5f7614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.2.1",
"description": "Make a fetch request from a HAR file",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"inspect": "jsinspect",
"lint": "eslint .",
Expand Down

0 comments on commit f5f7614

Please sign in to comment.