diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 170e4f5c..15553861 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -23,7 +23,6 @@ jobs: with: node-version: ${{ matrix.node-version }} check-latest: true - cache: 'npm' - name: Update NPM to latest run: npm --version;npm install -g npm;npm --version - name: Install React Native CLI