Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update max react version and tested node version in README #459

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Linkify natively supports all modern browsers.

## Node.js Support

Linkify is tested on Node.js 10 and up. Older Node.js versions are unofficially
Linkify is tested on Node.js 14 and up. Older Node.js versions are unofficially
supported.

## Downloads
Expand Down
2 changes: 1 addition & 1 deletion test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ JQUERY_VERSION=1.11.0

# If dist mode, install the latest versions
if [ "$1" == "--dist" ]; then
REACT_VERSION=17.0.0
REACT_VERSION=18.0.0
JQUERY_VERSION=3.0.0
fi

Expand Down