diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 41620b0..ac4d291 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,6 +25,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm run lint - - run: npm test + - run: yarn install --frozen-lockfile + - run: yarn lint + - run: yarn test