Skip to content

Commit

Permalink
Github Actions: upgrade Node and Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Feb 6, 2024
1 parent 061cbf4 commit 69938b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.111.3"
hugo-version: "0.122.0"
extended: true

- name: Write composite package.json
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.111.3"
hugo-version: "0.122.0"
extended: true

- name: Install npm Packages
Expand Down

0 comments on commit 69938b7

Please sign in to comment.