Skip to content

Commit 9ffb49e

Browse files
bump hugo and node (#355)
1 parent 170f868 commit 9ffb49e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"image": "hugomods/hugo:0.113.0",
2+
"image": "hugomods/hugo:0.134.2",
33
"features": {}
44
}

.github/workflows/build-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: "16"
14+
node-version: "20"
1515
- name: Hugo setup
16-
uses: peaceiris/actions-hugo@v2.6.0
16+
uses: peaceiris/actions-hugo@v3.0.0
1717
with:
18-
hugo-version: 0.113.0
18+
hugo-version: 0.134.2
1919
extended: true
2020
- name: NPM install
2121
run: npm ci

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: "16"
14+
node-version: "20"
1515
- name: Hugo setup
16-
uses: peaceiris/actions-hugo@v2.6.0
16+
uses: peaceiris/actions-hugo@v3.0.0
1717
with:
18-
hugo-version: 0.113.0
18+
hugo-version: 0.134.2
1919
extended: true
2020
- name: NPM install
2121
run: npm ci

0 commit comments

Comments
 (0)