Skip to content

Commit 204bdc8

Browse files
authored
chore: Drop support for node below v4 (#78)
1 parent 46c2b78 commit 204bdc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: ["0.10", "0.12", "4", "6", "8", "10", "12", "14", "16", "18"]
14+
node: ["4", "6", "8", "10", "12", "14", "16", "18"]
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"engine": {
33-
"node": ">=0.6"
33+
"node": ">=4"
3434
},
3535
"files": [
3636
"index.js"

0 commit comments

Comments
 (0)