diff --git a/.github/workflows/build-unit-tests.yml b/.github/workflows/build-unit-tests.yml index e6ac92c..b0c8e64 100644 --- a/.github/workflows/build-unit-tests.yml +++ b/.github/workflows/build-unit-tests.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - cache: 'none' # 2. Restore npm cache manually - name: Restore npm cache diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 5dcf5bf..687f4bc 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - cache: 'none' # 2. Restore npm cache manually - name: Restore npm cache