diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e31b4883..b0db3c7a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,9 +20,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} + - name: Run unit tests uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - - run: npm install --dev + - run: npm install --also=dev - run: npm test