From ca5822d6f88e814e6a161d89ff635d02b9adb32d Mon Sep 17 00:00:00 2001 From: Albin David C Date: Sat, 28 Dec 2024 09:34:41 +0530 Subject: [PATCH] Add GitHub Actions workflow for automatic deployment --- .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 61fa8ac..95e6249 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16 # Use the Node.js version compatible with your Angular project + node-version: 22 # Use the Node.js version compatible with your Angular project # Step 3: Install dependencies - name: Install dependencies