ci: update node version to 20.x in deploy workflow

This commit is contained in:
joyzhao
2025-06-21 21:34:04 +08:00
parent 5e0958fb05
commit 3b9e0465e4

View File

@@ -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