Skip to content

Commit

Permalink
Ajustado Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Teno Dias committed Sep 11, 2024
1 parent e4be007 commit 421cacf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
uses: actions/setup-node@v4
with:
node-version: 20
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"devDependencies": {
"prettier": "^3.3.3",
"vite": "^5.4.2"
},
"engines": {
"node": ">=20.11.0"
}
}

0 comments on commit 421cacf

Please sign in to comment.