Skip to content

Commit

Permalink
actualizo la version de Node para el deploy de github
Browse files Browse the repository at this point in the history
  • Loading branch information
GastonFdz committed Apr 3, 2024
1 parent 81f3b68 commit 96b4fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16 # Reemplaza con la versión de Node.js que uses
node-version: '18.x' # Reemplaza con la versión de Node.js que uses

- name: Install Dependencies
run: npm ci # Asumiendo que usas npm
Expand Down

0 comments on commit 96b4fec

Please sign in to comment.