diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e59144f..0e247c2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,6 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: "npm" + - run: npm ci - run: npm run build-prod test: @@ -42,6 +43,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: "npm" + - run: npm ci - if: github.event_name == 'pull_request' name: Validate all commits from PR