Skip to content

Commit 330aa21

Browse files
committed
refactor: install @japa/[email protected] as the latest one is ESM only
1 parent 7189b93 commit 330aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/Invoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default class Configure extends BaseCommand {
215215
* Install required dependencies
216216
*/
217217
const pkgFile = new files.PackageJsonFile(this.application.appRoot)
218-
pkgFile.install('@japa/runner')
218+
pkgFile.install('@japa/runner@2.5.1')
219219
pkgFile.install('@japa/preset-adonis')
220220
pkgFile.useClient(this.getPackageManager())
221221

0 commit comments

Comments
 (0)