diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index eeb60aab..75491bb5 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -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 diff --git a/package.json b/package.json index b466640b..a32e8e42 100644 --- a/package.json +++ b/package.json @@ -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.",