diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d98a175bf0..ce14e6881ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,8 @@ jobs: - name: Set up Node uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0 with: - cache: 'npm' - cache-dependency-path: '**/package-lock.json' + # cache: 'npm' + # cache-dependency-path: '**/package-lock.json' node-version: '16' - name: Print environment