diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index e91e272..cd6ae84 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,8 +30,8 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.108.0 - NODE_VERSION: 18.12.1 + HUGO_VERSION: 0.111.3 + NODE_VERSION: 18.14.2 steps: - name: Checkout uses: actions/checkout@v3