Skip to content

Commit 0d4e4f3

Browse files
committed
chore: fix npm lint command
1 parent 9c87ce2 commit 0d4e4f3

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,5 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install
29-
- run: npm lint
29+
- run: npm run lint
3030
- run: npm test

0 commit comments

Comments
 (0)