mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
更新 CI 工作流,修改 setup-node-pnpm-install 步骤的引用为特定提交
All checks were successful
/ another-job (push) Successful in 17s
All checks were successful
/ another-job (push) Successful in 17s
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
another-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install@main
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install@a4fd8410307a8e42fee3e072f746b04718b29556
|
||||
- name: Check Node and PNPM versions
|
||||
run: |
|
||||
set -x
|
||||
|
Reference in New Issue
Block a user