Skip to content

Commit

Permalink
Await import
Browse files Browse the repository at this point in the history
  • Loading branch information
john-craft committed Jan 25, 2024
1 parent 74c6442 commit 327b59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
process.exit(1);
}
const ansiUp = require('ansi_up');
const ansiUp = (await import('ansi_up')).default;
const ansi_up = new ansiUp();
const html = ansi_up.ansi_to_html(MIGRATION_OUTPUT);
Expand Down

0 comments on commit 327b59c

Please sign in to comment.