From 91eafc7594425676a6585ce10a420cd9b1bb9d9d Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 24 Apr 2025 09:25:22 +0200 Subject: [PATCH] updated node version --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1682c90..b569c3b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Use Nodejs uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm install working-directory: ./frontend - run: npm run build