Skip to content

Commit b687b36

Browse files
committed
Change supported Node.js versions range
1 parent efac167 commit b687b36

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/status-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x]
15+
node-version: [14.x, 16.x]
1616

1717
steps:
1818
- name: Checkout repository

.husky/pre-commit

100644100755
File mode changed.

.husky/pre-push

100644100755
File mode changed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"/lib"
1717
],
1818
"engines": {
19-
"node": ">=16 <17"
19+
"node": ">=14 <17"
2020
},
2121
"dependencies": {
2222
"react-fast-compare": "^3.2.0"

0 commit comments

Comments
 (0)