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
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
cache: npm
|
#cache: npm
|
||||||
|
|
||||||
# On GitHub
|
# On GitHub
|
||||||
- name: Install xvfb
|
- name: Install xvfb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue