Skip to content

Commit 77e2cd4

Browse files
chore: drop support for node 12
BREAKING CHANGE: drop support for node 12 and requires node 14 (LTS) or later
1 parent d2d96f3 commit 77e2cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"start": "jest --watch",
1414
"test": "jest"
1515
},
16+
"engines": {
17+
"node": ">=14.0.0"
18+
},
1619
"repository": {
1720
"type": "git",
1821
"url": "git+https://github.com/thomasthiebaud/react-use-size.git"

0 commit comments

Comments
 (0)