Skip to content

Commit 06241ef

Browse files
committed
fix(ci): alinha versão do Node.js com ambiente local
- Atualiza de Node.js 20 para 22 no workflow deploy.yml
1 parent 5a63aae commit 06241ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 22
3030
cache: npm
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)