diff --git a/.github/workflows/PR-CI.yml b/.github/workflows/PR-CI.yml index f18e471f..4724b687 100644 --- a/.github/workflows/PR-CI.yml +++ b/.github/workflows/PR-CI.yml @@ -27,8 +27,6 @@ jobs: with: path: '**/node_modules' key: nodeModules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - nodeModules- - name: Install packages run: yarn --frozen-lockfile