From 047b9d27b16dfa60a60cd969d2a5d8425203a3a8 Mon Sep 17 00:00:00 2001 From: DerLev Date: Tue, 23 Apr 2024 19:30:22 +0200 Subject: [PATCH] bumping hugo version + adding version info to readme --- .github/workflows/integration-deployment.yml | 2 +- homepage/README.md | 2 ++ homepage/package.json | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-deployment.yml b/.github/workflows/integration-deployment.yml index 8e7c19c..6b8bca0 100644 --- a/.github/workflows/integration-deployment.yml +++ b/.github/workflows/integration-deployment.yml @@ -5,7 +5,7 @@ on: - 'main' env: - HUGO_VERSION: 0.125.1 + HUGO_VERSION: 0.125.3 DASH_CONTAINER_REGISTRY_LOCATION: europe-west1 DASH_CONTAINER_REGISTRY: cr-webapps DASH_CONTAINER_NAME: dashboard diff --git a/homepage/README.md b/homepage/README.md index 2376d84..4a71b66 100644 --- a/homepage/README.md +++ b/homepage/README.md @@ -1,6 +1,8 @@ # homepage [![CI/CD](https://github.com/DerLev/derlev-xyz/actions/workflows/integration-deployment.yml/badge.svg?branch=main&event=push)](https://github.com/DerLev/derlev-xyz/actions/workflows/integration-deployment.yml) +![Hugo version](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2FDerLev%2Fderlev-xyz%2Fmain%2F.github%2Fworkflows%2Fintegration-deployment.yml&query=env.HUGO_VERSION&prefix=v&logo=hugo&logoColor=white&label=version&labelColor=282e33&color=ff4088) +![Nodejs version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDerLev%2Fderlev-xyz%2Fmain%2Fhomepage%2Fpackage.json&query=engines.node&prefix=v&logo=node.js&logoColor=white&label=version&labelColor=282e33&color=59a946) This is the main webpage for [derlev.xyz](https://derlev.xyz) built with Hugo, Vite, React, TypeScript and Tailwind CSS. diff --git a/homepage/package.json b/homepage/package.json index 499aa98..4030e7e 100644 --- a/homepage/package.json +++ b/homepage/package.json @@ -45,5 +45,8 @@ "typescript": "^5.3.3", "vite": "^5.1.4", "workbox-build": "^7.0.0" + }, + "engines": { + "node": "20" } }