Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Caceres <[email protected]>
  • Loading branch information
srnovus authored Nov 1, 2024
1 parent 8f0ef42 commit e00d37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm install --ignore-scripts
run: pnpm install --ignore-scripts

# Paso 3: Instalar dependencias de Node.js
- name: Install Node.js Dependencies
if: matrix.language == 'node'
run: npm install
run: pnpm install

# Paso 4: Ejecutar linters y validaciones de Node.js
- name: Run Linters for TypeScript, Vue, JS, SCSS, Pug
Expand Down

0 comments on commit e00d37f

Please sign in to comment.