From 260ab5588bbac8ffb8ac2a40bd32619468f4e63f Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 26 Mar 2023 10:55:33 +0000
Subject: [PATCH] chore: update node and hugo version

---
 .github/workflows/update-resources.yml |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml
index df6307a..902a4ae 100644
--- a/.github/workflows/update-resources.yml
+++ b/.github/workflows/update-resources.yml
@@ -15,22 +15,15 @@
         uses: peaceiris/actions-hugo@v2
         with:
           extended: true
-          hugo-version: 0.91.2
+          hugo-version: 0.111.3
       - name: setup node
         uses: actions/setup-node@v3
         with:
-          node-version: 14
+          node-version: 18
       - name: install
         run: |
           npm ci
           npm run prepare
-      - name: cache dependencies
-        uses: actions/cache@v3
-        with:
-          path: ~/.npm
-          key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
-          restore-keys: |
-            ${{ runner.os }}-node-
       - name: build
         run: npm run build
       - name: commit resources

--
Gitblit v1.10.0