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