File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ describe("webpack cli", () => {
66
77 const [ major , minor ] = process . versions . node . split ( "." ) . map ( Number ) ;
88
9- if ( ( major >= 22 && minor >= 11 ) || major >= 23 ) {
9+ if ( ( major >= 20 && minor >= 17 ) || major >= 22 || major >= 23 ) {
1010 expect ( exitCode ) . toBe ( 0 ) ;
1111 // stderr contains - Support for loading ES Module in require() is an experimental feature and might change at any time
1212 // expect(stderr).toBeFalsy();
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ describe("webpack cli", () => {
66
77 const [ major , minor ] = process . versions . node . split ( "." ) . map ( Number ) ;
88
9- if ( ( major >= 22 && minor >= 11 ) || major >= 23 ) {
9+ if ( ( major >= 20 && minor >= 17 ) || major >= 22 || major >= 23 ) {
1010 expect ( exitCode ) . toBe ( 0 ) ;
1111 // stderr contains - Support for loading ES Module in require() is an experimental feature and might change at any time
1212 // expect(stderr).toBeFalsy();
You can’t perform that action at this time.
0 commit comments