Skip to content

Commit 421cacf

Browse files
author
Rafael Teno Dias
committed
Ajustado Workflow.
1 parent e4be007 commit 421cacf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
id: pages
4848
uses: actions/configure-pages@v5
4949
- name: Install Node.js dependencies
50+
uses: actions/setup-node@v4
51+
with:
52+
node-version: 20
5053
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5154
- name: Build with Hugo
5255
env:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"devDependencies": {
2323
"prettier": "^3.3.3",
2424
"vite": "^5.4.2"
25+
},
26+
"engines": {
27+
"node": ">=20.11.0"
2528
}
2629
}

0 commit comments

Comments
 (0)