Skip to content

Commit

Permalink
Scripts: Pin the @wordpress/scripts version to a version supported by…
Browse files Browse the repository at this point in the history
… WP 6.5
  • Loading branch information
youknowriad committed Jun 3, 2024
1 parent da98bdb commit 924e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-block/lib/init-wp-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = async ( { slug } ) => {
info(
'Installing `@wordpress/scripts` package. It might take a couple of minutes...'
);
await command( 'npm install @wordpress/scripts --save-dev', {
await command( 'npm install @wordpress/scripts@27 --save-dev', {
cwd,
} );

Expand Down

0 comments on commit 924e1cf

Please sign in to comment.