From e9e639270e23fdc73e7de2634c58891e820998b2 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 03:27:02 +0000 Subject: [PATCH] Update dependency node to 22.19.x --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 350b806a8..233c4ca91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 22.18.x + node-version: 22.19.x - name: Build Frontend run: .\build.ps1 working-directory: src/ServicePulse.Host diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a75c34725..ef73b0cd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 22.18.x + node-version: 22.19.x - name: Build Frontend run: .\build.ps1 working-directory: src/ServicePulse.Host