Skip to content

Commit

Permalink
Merge branch 'develop' into release/5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia authored Apr 29, 2024
2 parents b0fdee0 + 4fddef0 commit ee01643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Simply downloading the repository files is not enough to have the plugin working

`npm install && npm run build`

[Node.js](https://nodejs.org/en/) (v14) and [npm](https://www.npmjs.com/) (v8) are required.
[Node.js](https://nodejs.org/en/) (v18) and [npm](https://www.npmjs.com/) (v8) are required.

## React Components

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"engineStrict": true,
"engines": {
"node": ">=14",
"node": ">=18",
"npm": ">=8"
},
"10up-toolkit": {
Expand Down

0 comments on commit ee01643

Please sign in to comment.