Skip to content

Commit f14fd53

Browse files
committed
fix: drop node 8 support
1 parent abd7621 commit f14fd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ cache:
77
notifications:
88
email: false
99
node_js:
10-
- '8'
1110
- '10'
1211
- '12'
12+
- '14'
1313
env:
1414
global:
1515
- PATH=$HOME/.yarn/bin:$PATH

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/testing-library/preact-testing-library/issues"
1616
},
1717
"engines": {
18-
"node": ">= 8"
18+
"node": ">= 10"
1919
},
2020
"keywords": [
2121
"testing",

0 commit comments

Comments
 (0)