Skip to content

Commit

Permalink
upgrade node to 22.5.1, hugo to 0.125.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Osinski committed Nov 19, 2024
1 parent b504665 commit 4532ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.81.0'
hugo-version: '0.125.3'
extended: true

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.5.1'

- name: Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 4532ee0

Please sign in to comment.