Skip to content

Commit

Permalink
bump versions in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosaya committed Dec 23, 2024
1 parent b35bac3 commit 382c7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.75.1'
hugo-version: '0.139.4'
# extended: true

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"

- name: Install dependencies
run: npm install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
package-lock.json
assets/
public/
.hugo_build.lock

0 comments on commit 382c7f2

Please sign in to comment.