Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
katiegoines committed Mar 18, 2024
1 parent f95d8ef commit 8462d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_for_console_errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
result-encoding: string
script: |
const { consoleErrors } = require('./tasks/console-errors.js');
const { consoleErrors } = require('./tasks/console-errors.mjs');
return await consoleErrors();
- name: Fail if console errors have been found
if: ${{ steps.consoleErrors.outputs.result }}
Expand Down

0 comments on commit 8462d68

Please sign in to comment.