Skip to content

Commit

Permalink
Update node support to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed Sep 8, 2022
1 parent 84b813d commit 7f9ffbf
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 @@ -24,7 +24,7 @@ Strapi is a free and open-source headless CMS delivering your content anywhere y

The following are required if you are submitting pull requests to the documentation. For more information on how to contribute please see our [contribution guide](./CONTRIBUTING.md)

- NodeJS >=14.19.1 <=16.x.x
- NodeJS >=14.19.1 <=18.x.x
- NPM >= 6.x
- Yarn >= 1.22.x

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The following examples show a comparison of a Strapi v3 `package.json` and a Str
"uuid": "b8aa7baf-d6dc-4c50-93d4-7739bc88c3fd"
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down

0 comments on commit 7f9ffbf

Please sign in to comment.