Skip to content

Commit 8d17853

Browse files
authored
Update npm test command to remove colors option
Removed the '--colors' option from the npm test command.
1 parent 8b05da8 commit 8d17853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm i
29-
- run: npm test -- --colors
29+
- run: npm test

0 commit comments

Comments
 (0)