Skip to content

Commit

Permalink
Update max react version and tested node version
Browse files Browse the repository at this point in the history
In README
  • Loading branch information
nfrasser committed Nov 9, 2023
1 parent fa65440 commit f75777b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit f75777b

Please sign in to comment.