From e8d693bd208bcb29cf46b5db4312b43132bf8e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Andr=C3=A1s=20T=C3=B3th?= Date: Thu, 17 Jul 2025 10:52:21 +0200 Subject: [PATCH] update node version in workflow --- .gitea/workflows/node.js.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/node.js.yaml b/.gitea/workflows/node.js.yaml index 94c78da..fd2f5ab 100644 --- a/.gitea/workflows/node.js.yaml +++ b/.gitea/workflows/node.js.yaml @@ -10,6 +10,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '23.x' - run: npm ci - run: npm test