We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a76ba commit 9e83988Copy full SHA for 9e83988
.github/workflows/package.yaml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Install cnpm and dependencies
26
run: |
27
+ npm install --package-lock-only
28
npm install -g cnpm # 安装 cnpm
29
cnpm install # 使用 cnpm 安装依赖
30
0 commit comments