在 CI 工作流中新增 Node.js 和 pnpm 版本检查步骤
Some checks failed
/ another-job (push) Failing after 13s

This commit is contained in:
严浩
2024-09-30 14:38:56 +08:00
parent 9304665be8
commit 6631b3cee9

View File

@ -5,3 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions@main
- run: |
node --version
pnpm --version