diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a98926b..6a0207a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,7 +27,6 @@ jobs: - name: Lint Check # When fails, please run "npm run lint" to your code run: npm run lint - - name: tests Check + - name: tests Check # When fails, please run "npm run test" to your code run: npm run test -