Skip to content

Commit f19142c

Browse files
authored
fix: disable npm cache in CI workflow
1 parent dd6c1c1 commit f19142c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: '20'
40-
cache: 'npm'
40+
#cache: 'npm'
4141
# Aquí también ajustamos la ruta del lock file
42-
cache-dependency-path: email-api/package-lock.json
42+
#cache-dependency-path: email-api/package-lock.json
4343

4444
- name: Install dependencies
4545
run: npm install

0 commit comments

Comments
 (0)