From 3b9e0465e4700a69c161278c983a7990732260fe Mon Sep 17 00:00:00 2001 From: joyzhao Date: Sat, 21 Jun 2025 21:34:04 +0800 Subject: [PATCH] ci: update node version to 20.x in deploy workflow --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 73e985b..8c6a8cc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - name: Checkout repository code uses: https://gitea.com/actions/checkout@v4