Skip to content

Commit 150898c

Browse files
Update report-flaky-tests action to use CommonJS module format (#74152)
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
1 parent 691d28e commit 150898c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/report-flaky-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ inputs:
1414
default: 'flaky-tests'
1515
runs:
1616
using: 'node20'
17-
main: 'build/index.js'
17+
main: 'build/index.cjs'

0 commit comments

Comments
 (0)