From db56945979a66ca835d1f7ef86b5ee57ce48151b Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 12 May 2026 16:27:49 +0530 Subject: [PATCH] node version change 24 --- .gitea/workflows/azure-pipelines.yml | 2 +- App.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 3d5d377..1b4297b 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - name: Install dependencies diff --git a/App.js b/App.js index e9c8229..3a427bc 100644 --- a/App.js +++ b/App.js @@ -4,4 +4,5 @@ console.log("test2") console.log("test3") console.log("test4") console.log("test5") -console.log("test6") \ No newline at end of file +console.log("test6") +console.log("test7") \ No newline at end of file