Skip to content

Commit

Permalink
bump hugo and node (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Nov 20, 2024
1 parent 170f868 commit 9ffb49e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"image": "hugomods/hugo:0.113.0",
"image": "hugomods/hugo:0.134.2",
"features": {}
}
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Hugo setup
uses: peaceiris/actions-hugo@v2.6.0
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: 0.113.0
hugo-version: 0.134.2
extended: true
- name: NPM install
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Hugo setup
uses: peaceiris/actions-hugo@v2.6.0
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: 0.113.0
hugo-version: 0.134.2
extended: true
- name: NPM install
run: npm ci
Expand Down

0 comments on commit 9ffb49e

Please sign in to comment.