mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
在 CI 工作流中新增 Node.js 和 pnpm 版本检查步骤
Some checks failed
/ another-job (push) Failing after 13s
Some checks failed
/ another-job (push) Failing after 13s
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -5,3 +5,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions@main
|
||||
- run: |
|
||||
node --version
|
||||
pnpm --version
|
Reference in New Issue
Block a user