Skip to content

Commit

Permalink
Update node and npm recommended versions to match Gutenberg
Browse files Browse the repository at this point in the history
This is a workaround for this issue related to dependencies - WordPress/gutenberg#48588
  • Loading branch information
donnapep committed Mar 18, 2023
1 parent 8c13f13 commit e406efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,8 +3,8 @@
"version": "2.1.1",
"main": "index.js",
"engines": {
"node": "16.14.2",
"npm": "8.5.5"
"node": ">=14.0.0",
"npm": ">=6.9.0 <7"
},
"dependencies": {
"@wordpress/autop": "3.5.0",
Expand Down

0 comments on commit e406efa

Please sign in to comment.