Skip to content

Commit

Permalink
Merge 61242b4 into 309231e
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 1, 2024
2 parents 309231e + 61242b4 commit ff9d844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
react-version:
- ^16.8.0
- ^17.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "dist/index.js",
"type": "module",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit ff9d844

Please sign in to comment.