ci
Some checks failed
study-online / Explore-Gitea-Actions (push) Failing after 9s

This commit is contained in:
libingxiang 2025-08-04 16:51:49 +08:00
parent 3f81f726d8
commit 372e169f5a

View File

@ -24,8 +24,8 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
# 使用系统已安装的 Node.js v16.15.0
- name: Use system Node.js v16.15.0
# 使用系统已安装的 Node.js v23.5.0
- name: Use system Node.js v23.5.0
run: |
echo "Using system Node.js"
node --version