From 50ad21bb42c2d91463306c3108ee53e84d8d9161 Mon Sep 17 00:00:00 2001 From: mouad bouras Date: Thu, 26 Mar 2026 13:07:26 -0400 Subject: [PATCH] fix pipeline --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 84887a3..433a21f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '24' cache: 'npm' - run: npm ci && npm run build