diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 21dd1b3981188cd7a7fb6bc6dfb4b5b93c69a491..a0bf436c04523023715ba64757ef79ef7e3f7da3 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -12,6 +12,6 @@ jobs: node-version: 14 - run: yarn install - name: ESLint - uses: sibiraj-s/action-eslint@v2.0.0 - - name: Jest Annotations & Coverage - uses: mattallty/jest-github-action@v1.0.3 + uses: npm run eslint + - name: Jest + uses: npm run jest