Update ci.yml

This commit is contained in:
Marcos Rodriguez Vélez 2024-09-13 09:33:13 -04:00 committed by GitHub
parent 3f4c48199c
commit 9fabe786f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,13 +30,6 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Use node_modules caches
id: cache-nm
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-nm-${{ hashFiles('package-lock.json') }}
- name: Install node_modules
if: steps.cache-nm.outputs.cache-hit != 'true'
run: npm ci