From ed033ac9ede617d6af0070ff1e0fead56c17f437 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Feb 2026 00:49:30 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 (#329) Reviewed-on: https://gitea.com/gitea/docs/pulls/329 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/build-and-publish.yaml | 2 +- .gitea/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 59c0ea37..99fda6c9 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 cache: npm - name: install necessary tools run: | diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 11018525..7fa6e551 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 cache: npm - name: prepare awesome list run: |