Skip to content

Commit

Permalink
Does not support node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 9, 2020
1 parent 92e793a commit a5b4651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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:

strategy:
matrix:
node-version: [4.x, 6.x, 8.x, 9.x, 10.x, 11.x, 12.x]
node-version: [6.x, 8.x, 9.x, 10.x, 11.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 @@ -5,6 +5,9 @@
"version": "1.1.4",
"author": "Alessandro Maclaine <almaclaine@gmail.com>",
"main": "replace.js",
"engines": {
"node": ">= 6"
},
"repository": {
"type": "git",
"url": "https://github.com/ALMaclaine/replace"
Expand Down

0 comments on commit a5b4651

Please sign in to comment.