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 (#62234)

Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
  • Loading branch information
3 people committed Jun 4, 2024
1 parent d80b5a9 commit 6a5b057
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 6a5b057

Please sign in to comment.