Skip to content

Commit 5336903

Browse files
authored
fix: update incorrect Node version requirement from 8 to 10 (#174)
chore: update Node engines
1 parent 6b49bc0 commit 5336903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/testing-library/svelte-testing-library/issues"
1515
},
1616
"engines": {
17-
"node": ">= 8"
17+
"node": ">= 10"
1818
},
1919
"keywords": [
2020
"testing",

0 commit comments

Comments
 (0)