remove global cache for setup

This commit is contained in:
Marco Carrozzo 2023-01-23 11:31:49 +01:00
parent 5b3081423b
commit fdca709c89
No known key found for this signature in database
GPG Key ID: 23BFBA2CA93AA177

View File

@ -121,7 +121,7 @@ jobs:
id: setup
with:
use-gh-nx-cache: false
use-gh-node-modules-cache: true
use-gh-node-modules-cache: false
- name: run ci
if: steps.setup.outputs.cache-hit != 'true'
run: npm ci