更新 .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
This commit is contained in:
parent
7754d7648d
commit
2d856bf617
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user