From 4a77ba188ab88440c61c913b43ec027b61357fad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 4 Jan 2026 07:05:42 +0100 Subject: [PATCH] chore(deps): update dependency node to v24 (#59) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3b63851..d560d54 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' - run: npm install shell: bash - run: npm test