File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 arch : x64
1818 - os : ubuntu-24.04-arm
1919 arch : arm64
20- - os : macos-15-intel
21- arch : x64
20+ # - os: macos-15-intel
21+ # arch: x64
2222 - os : macos-latest
2323 arch : arm64
24- - os : windows-latest
25- arch : x64
24+ # - os: windows-latest
25+ # arch: x64
2626 runs-on : ${{ matrix.os }}
2727 steps :
2828 - uses : actions/checkout@v5
3434 - uses : oven-sh/setup-bun@v2
3535 with :
3636 bun-version : latest
37- - run : bun install
37+ - run : bun install --ignore-scripts
3838 - run : bun run prebuild
3939 - uses : actions/upload-artifact@v6
4040 with :
Original file line number Diff line number Diff line change 1111 "prepublishOnly" : " bun scripts/prepublish.ts" ,
1212 "benchmark" : " node --expose-gc test/benchmark.js" ,
1313 "prebuild" : " prebuildify --napi --strip" ,
14+ "install" : " node-gyp-build" ,
1415 "prepack" : " git submodule update --init --recursive"
1516 },
1617 "gypfile" : true ,
3435 "bugs" : {
3536 "url" : " https://github.com/reactnativecn/node-hdiffpatch/issues"
3637 },
37- "homepage" : " https://github.com/reactnativecn/node-hdiffpatch#readme" ,
38- "trustedDependencies" : [
39- " node-gyp"
40- ]
38+ "homepage" : " https://github.com/reactnativecn/node-hdiffpatch#readme"
4139}
You can’t perform that action at this time.
0 commit comments