Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 937685f

Browse files
committed
fix: ci
1 parent c5742af commit 937685f

File tree

19 files changed

+34
-39
lines changed

19 files changed

+34
-39
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ jobs:
223223
- host: macos-latest
224224
target: aarch64-apple-darwin
225225
node:
226-
- "18"
227226
- "20"
228227
runs-on: ${{ matrix.settings.host }}
229228
steps:
@@ -253,7 +252,6 @@ jobs:
253252
fail-fast: false
254253
matrix:
255254
node:
256-
- "18"
257255
- "20"
258256
runs-on: ubuntu-latest
259257
steps:
@@ -283,7 +281,6 @@ jobs:
283281
fail-fast: false
284282
matrix:
285283
node:
286-
- "18"
287284
- "20"
288285
runs-on: ubuntu-latest
289286
steps:
@@ -315,7 +312,6 @@ jobs:
315312
fail-fast: false
316313
matrix:
317314
node:
318-
- "18"
319315
- "20"
320316
runs-on: ubuntu-latest
321317
steps:
@@ -388,7 +384,6 @@ jobs:
388384
fail-fast: false
389385
matrix:
390386
node:
391-
- "18"
392387
- "20"
393388
runs-on: ubuntu-latest
394389
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.dependencies]
66
html5ever = "0.27.0"
77
indexmap = "2.2.6"
8-
kuchikiki = { git = "https://github.com/umijs/kuchikiki.git", rev = "f1b69c1" }
8+
kuchikiki = { git = "https://github.com/xusd320/kuchikiki.git", rev = "f1b69c1" }
99

1010
[profile.release]
1111
lto = true

npm/android-arm-eabi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

npm/android-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

npm/darwin-universal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"engines": {
1414
"node": ">= 10"
1515
},
16-
"repository": "https://github.com/umijs/niddle"
17-
}
16+
"repository": "https://github.com/xusd320/niddle"
17+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

npm/freebsd-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

npm/linux-arm-gnueabihf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

npm/linux-arm-musleabihf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/umijs/niddle"
20-
}
19+
"repository": "https://github.com/xusd320/niddle"
20+
}

0 commit comments

Comments
 (0)