Skip to content

Commit ea2e969

Browse files
kovsheningziolocarolinanMamaduka
authored
Update Node.js requirement in create-block docs. (#60962)
Co-authored-by: kovshenin <kovshenin@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
1 parent bc0dcce commit ea2e969

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-block/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm start
1919
The `slug` provided (`todo-list` in the example) defines the folder name for the scaffolded plugin and the internal block name. The WordPress plugin generated must [be installed manually](https://wordpress.org/documentation/article/manage-plugins/#manual-plugin-installation-1).
2020

2121

22-
_(requires `node` version `14.0.0` or above, and `npm` version `6.14.4` or above)_
22+
_(requires `node` version `18.0.0` or above, and `npm` version `10.5.0` or above)_
2323

2424

2525
> [Watch a video introduction to create-block on Learn.wordpress.org](https://learn.wordpress.org/tutorial/using-the-create-block-tool/)

packages/create-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"url": "https://github.com/WordPress/gutenberg/issues"
2121
},
2222
"engines": {
23-
"node": ">=14",
24-
"npm": ">=6.14.4"
23+
"node": ">=18",
24+
"npm": ">=10.5.0"
2525
},
2626
"files": [
2727
"lib"

0 commit comments

Comments
 (0)