更新 .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."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Check nodejs version
|
- name: Check nodejs version
|
||||||
run: |
|
run: |
|
||||||
echo "node -v"
|
echo "node version:"
|
||||||
node -v
|
node -v
|
||||||
echo "npm -v"
|
echo "npm version:"
|
||||||
npm -v
|
npm -v
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm
|
||||||
- name: Check pnpm version
|
- name: Check pnpm version
|
||||||
run: |
|
run: |
|
||||||
echo "pnpm -v"
|
echo "pnpm version:"
|
||||||
echo pnpm -v
|
|
||||||
pnpm -v
|
pnpm -v
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user