diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 7ad10c50..c63530e3 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -16,7 +16,7 @@ jobs: run: npm run check:types - name: Check code - run: npx run check:code + run: npm run check:code - name: Check styles run: npm run lint:styles