Skip to content

Commit 1ecb1b5

Browse files
committed
chore: nx 21.2.0 有 BUG,回退到 21.1.3
1 parent eda772d commit 1ecb1b5

File tree

3 files changed

+105
-7
lines changed

3 files changed

+105
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
permissions:
2121
contents: read # to fetch code (actions/checkout)
2222

23+
concurrency:
24+
group: ${{ github.workflow }}-${{ github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428
build-rust-binding:
2529
name: Build Rust Binding

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"minimist": "^1.2.8",
142142
"mkdirp": "^3.0.1",
143143
"npm-run-all": "^4.1.2",
144-
"nx": "^21.2.0",
144+
"nx": "~21.1.3",
145145
"postcss": "^8.4.38",
146146
"postcss-less": "^6.0.0",
147147
"postcss-scss": "^4.0.3",

pnpm-lock.yaml

Lines changed: 100 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)