From 9728a4d4d741530502d66727b3b8557c4a54e03c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 00:56:19 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc9d2d0dbf..3f5ca05853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Lint & Test Build if: github.event_name == 'pull_request' runs-on: ubuntu-22.04 - container: node:18.18.2-alpine + container: node:18.20.8-alpine steps: - name: Checkout uses: actions/checkout@v3