From 6498f4275ff8cdec2dcd6cd97e412de541c9c814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 06:33:24 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.4 --- .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..abac2f0 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.4' - run: mkdir artifacts - run: npm ci - name: Prettier diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db523c..79ba9cd 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.4' - run: npm ci # - name: Download Phpactor # run: npm run download-phpactor