CI: Temporarily disable NPM cache due to a bug in the setup-node action
Getting "Cache folder path is retrieved for npm but doesn't exist on disk: /home/runner/.npm" in the "Post Install Node" step for all runs
This commit is contained in:
parent
a5902fc466
commit
966bee275c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
cache: npm
|
||||
#cache: npm
|
||||
|
||||
# On GitHub
|
||||
- name: Install xvfb
|
||||
|
|
Loading…
Reference in a new issue