diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ae9f145c..7fd66df0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,8 +25,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm run build --if-present - - run: npm run test + - run: yarn + - run: yarn build + - run: yarn test env: CI: true