fix: update Node.js version to 23 and increment package version to 3.2.7

This commit is contained in:
Raj Nandan Sharma
2025-03-24 19:45:15 +05:30
parent 5740991ee1
commit 017b9e2e84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20' # Adjust as needed
node-version: '23' # Adjust as needed
- name: Install dependencies
run: npm ci
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "kener",
"version": "3.2.6",
"version": "3.2.7",
"private": false,
"license": "MIT",
"description": "Kener: An open-source Node.js status page application for real-time service monitoring, incident management, and customizable reporting. Simplify service outage tracking, enhance incident communication, and ensure a seamless user experience.",