Skip to content

Commit 8253ae2

Browse files
authored
docs: Modify CI workflow for Node.js setup
1 parent e854a02 commit 8253ae2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ 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
45-
#run: npm install
46-
run: npm ci
45+
run: npm install
46+
#run: npm ci
4747

4848
- name: Run Tests
4949
env:

0 commit comments

Comments
 (0)