From 62b01018f0871783fbd6c41c7bf24d9bf1efcd9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:27:04 +0000 Subject: [PATCH] Update dependency node to v22.19.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup/action.yaml | 2 +- .github/workflows/_security-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 308e643..de8fb38 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -9,7 +9,7 @@ runs: - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: '22.18.0' + node-version: '22.19.0' - name: Cache dependencies id: cache diff --git a/.github/workflows/_security-checks.yaml b/.github/workflows/_security-checks.yaml index e032a41..f198ea5 100644 --- a/.github/workflows/_security-checks.yaml +++ b/.github/workflows/_security-checks.yaml @@ -34,7 +34,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: '22.18.0' + node-version: '22.19.0' - name: Run npm audit run: npm audit --omit=dev --audit-level=moderate