Skip to content

Commit ecda681

Browse files
committed
fix: 🐛 deploy
1 parent 6476857 commit ecda681

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
113
concurrency:
214
group: "pages"
315
cancel-in-progress: true
@@ -11,7 +23,7 @@ jobs:
1123
- name: Setup Node
1224
uses: actions/setup-node@v4
1325
with:
14-
node-version: "22"
26+
node-version: "20" # Cambié esto de 22 a 20 ya que Node 22 aún no es LTS
1527
cache: 'npm'
1628

1729
- name: Install dependencies

0 commit comments

Comments
 (0)