From 0acfcb85df32ec4a179809fdc72a7928e3e3aa42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:53:03 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.20.1 --- .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..38ba46e 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.1' - run: mkdir artifacts - run: npm ci - name: Prettier diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db523c..c21a144 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.1' - run: npm ci # - name: Download Phpactor # run: npm run download-phpactor