Skip to content

Commit 92ccc4b

Browse files
authored
chore: updated ci.yml to fix typo in comment (#254)
1 parent 9c1dbf8 commit 92ccc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
npm run test
111111
112-
# Load src/index.js to check for syntax errors.
112+
# Load src/index.mjs to check for syntax errors.
113113
# This is because for some reason the exit code does not become 1 in Node.js 12.
114114
# See https://github.com/eslint-community/eslint-utils/pull/253
115115
node src/index.mjs

0 commit comments

Comments
 (0)