From 29837621cf6588aba29b68ff914ca667586f9a26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:46:47 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.5 --- .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 9a56fc1..e44aa15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 'v20.18.0' + node-version: '20.19.5' - run: mkdir artifacts - run: npm ci - name: Prettier diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db523c..224b359 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 'v20.18.0' + node-version: '20.19.5' - run: npm ci # - name: Download Phpactor # run: npm run download-phpactor