diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f1c57d..3128946 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,5 +20,5 @@ jobs: with: node-version: ${{ matrix.node }} - run: npm install - - run: npm check-types + - run: npm run check-types - run: npm test