Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 8ee9c33

Browse files
authored
Merge pull request #15 from Burnett01/Burnett01-patch-1
drop node 8 and 9
2 parents 7bc6ea2 + 86c9a18 commit 8ee9c33

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ language: node_js
33
node_js:
44
- "stable"
55
- "10"
6-
- "9"
7-
- "8"
86

97
install:
108
- npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"mocha": "^9.1.3"
5959
},
6060
"engines": {
61-
"node": ">=8"
61+
"node": ">=10"
6262
}
6363
}

0 commit comments

Comments
 (0)