From 6a5fa070ed59ee831c647ce884f1f64713aab85b Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 26 Mar 2023 10:59:37 +0000
Subject: [PATCH] chore: update node and hugo version (#437)

---
 .github/workflows/format.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 7a06d7c..f99db24 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -13,7 +13,7 @@
       - name: setup node
         uses: actions/setup-node@v3
         with:
-          node-version: 14
+          node-version: 18
       - name: install
         run: |
           npm ci

--
Gitblit v1.10.0