From 3f850eb0c9cea5423ed23ba8fdf6d48ab9305add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:36:18 +0000 Subject: [PATCH] Update dependency node to v22.18.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 8f69c71f..308e643e 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' + node-version: '22.18.0' - name: Cache dependencies id: cache diff --git a/.github/workflows/_security-checks.yaml b/.github/workflows/_security-checks.yaml index 0e121124..9cc859ba 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' + node-version: '22.18.0' - name: Run npm audit run: npm audit --omit=dev --audit-level=moderate