We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6c1c1 commit f19142cCopy full SHA for f19142c
.github/workflows/ci.yml
@@ -37,9 +37,9 @@ jobs:
37
uses: actions/setup-node@v4
38
with:
39
node-version: '20'
40
- cache: 'npm'
+ #cache: 'npm'
41
# Aquí también ajustamos la ruta del lock file
42
- cache-dependency-path: email-api/package-lock.json
+ #cache-dependency-path: email-api/package-lock.json
43
44
- name: Install dependencies
45
run: npm install
0 commit comments