From 122a3e68bcaf08294ab97485f57ccf0d03645de6 Mon Sep 17 00:00:00 2001 From: Samuel Mwangi N <143026733+sammy6378@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:14:15 +0300 Subject: [PATCH] Update Node.js version from 18 to 20 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8ff4c93..4af3d54 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies