Skip to content

Commit

Permalink
ci: fix NPM CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jul 19, 2021
1 parent 2765c8b commit 6fcabbc
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 6fcabbc

Please sign in to comment.