更新 .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
liyy 2025-05-07 03:15:17 +00:00
parent 7754d7648d
commit 2d856bf617

View File

@ -13,15 +13,14 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Check nodejs version
run: |
echo "node -v"
echo "node version:"
node -v
echo "npm -v"
echo "npm version:"
npm -v
- run: npm i -g pnpm
- name: Check pnpm version
run: |
echo "pnpm -v"
echo pnpm -v
echo "pnpm version:"
pnpm -v
- name: List files in the repository
run: |