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:
Dan Stillman 2021-07-22 04:44:25 -04:00
parent a5902fc466
commit 966bee275c

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
cache: npm
#cache: npm
# On GitHub
- name: Install xvfb