Skip to content

Commit

Permalink
chore: Drop support for node below v4 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 10, 2022
1 parent 46c2b78 commit 204bdc8
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["0.10", "0.12", "4", "6", "8", "10", "12", "14", "16", "18"]
node: ["4", "6", "8", "10", "12", "14", "16", "18"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"engine": {
"node": ">=0.6"
"node": ">=4"
},
"files": [
"index.js"
Expand Down

0 comments on commit 204bdc8

Please sign in to comment.