mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
更新 CI 工作流,指定 composite-actions 的具体版本并新增 Node 和 PNPM 版本检查步骤
All checks were successful
/ another-job (push) Successful in 14s
All checks were successful
/ another-job (push) Successful in 14s
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -6,8 +6,9 @@ jobs:
|
||||
another-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install@main
|
||||
- run: |
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install@b405146d7a0f29731128935fdfec0be07a9c7e99
|
||||
- name: Check Node and PNPM versions
|
||||
run: |
|
||||
node --version
|
||||
pnpm --version
|
||||
date
|
Reference in New Issue
Block a user