mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
更新 CI 工作流,移除 setup-node-pnpm-install 步骤的特定提交引用
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@a4fd8410307a8e42fee3e072f746b04718b29556
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install
|
||||
- name: Check Node and PNPM versions
|
||||
run: |
|
||||
set -x
|
||||
|
Reference in New Issue
Block a user