From 44b36466d1fcd9089eac36a38e2027fbbf64f160 Mon Sep 17 00:00:00 2001 From: Anthony Pinto Date: Tue, 24 Feb 2026 12:01:05 -0500 Subject: [PATCH] Update Node.js version to 20 in deployment workflow --- .github/workflows/deploy-aws.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-aws.yml b/.github/workflows/deploy-aws.yml index 971858a8..121b01af 100644 --- a/.github/workflows/deploy-aws.yml +++ b/.github/workflows/deploy-aws.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Cache node_modules uses: actions/cache@v4 @@ -73,7 +73,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Cache node_modules uses: actions/cache@v4