Skip to content

Commit

Permalink
ci: fix NPM CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwood-mobile committed Jul 19, 2021
1 parent 9f63c21 commit f567cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npm.yml
Expand Up @@ -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
Expand Down

0 comments on commit f567cfc

Please sign in to comment.