mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 在 setup-node-environment.yml 中添加输出 .npmrc 文件内容的调试信息
This commit is contained in:
1
.github/workflows/setup-node-environment.yml
vendored
1
.github/workflows/setup-node-environment.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
- name: before
|
||||
run: |
|
||||
set -x;
|
||||
cat .npmrc;
|
||||
sed -i '/use-node-version/d' .npmrc
|
||||
node -v;
|
||||
cat .npmrc;
|
||||
|
Reference in New Issue
Block a user