From a9fd499ccc41ac61972585d52102e7db928934ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 04:56:19 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.20.0 --- .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..e4a3338 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.20.0' - run: mkdir artifacts - run: npm ci - name: Prettier diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db523c..50ddb0e 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.20.0' - run: npm ci # - name: Download Phpactor # run: npm run download-phpactor