From e57587d296cd1976fdc08547c7dda54135337d90 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 17 Nov 2024 15:21:13 +0100 Subject: [PATCH] bumped hugo and node --- .devcontainer/devcontainer.json | 2 +- .github/workflows/build-deploy.yml | 6 +++--- .github/workflows/build.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 367372962..f47eed42b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ { - "image": "hugomods/hugo:0.113.0", + "image": "hugomods/hugo:0.134.2", "features": {} } diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 72a374805..ef245650a 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e3a07d61..34db4421c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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