Skip to content

Commit

Permalink
update hugo and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markendr authored May 21, 2024
1 parent 645d54f commit 3cd0d5c
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 @@ -16,15 +16,15 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.4.13
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

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

0 comments on commit 3cd0d5c

Please sign in to comment.