We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e873a commit 783d301Copy full SHA for 783d301
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
# docs.flutter.cn | https://github.com/cfug/flutter.cn/pull/1518
133
fetch-depth: 0
134
- name: Enable Corepack
135
- run: corepack enable
+ run: npm i -g corepack@latest && corepack enable
136
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
137
with:
138
node-version: ${{ env.NODE_VERSION }}
.github/workflows/stage.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments