Skip to content

Commit

Permalink
fix: update incorrect Node version requirement from 8 to 10 (#174)
Browse files Browse the repository at this point in the history
chore: update Node engines
  • Loading branch information
nickserv authored May 31, 2022
1 parent 6b49bc0 commit 5336903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/testing-library/svelte-testing-library/issues"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"keywords": [
"testing",
Expand Down

0 comments on commit 5336903

Please sign in to comment.