diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16a2bb52..c94b93dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,9 @@ jobs: ${{ runner.os }}-node-${{ matrix.node-version }}- - name: Install dependencies - run: "npm ci" + run: | + npm ci + echo "CaCHE DIR TEST 22 ${{ steps.npm-cache-dir.outputs.dir }}" - name: Lint, compile, test and package run: "node node_modules/gulp/bin/gulp.js package"