Skip to content

Commit

Permalink
chore: upgrade dependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Apr 15, 2024
1 parent da37637 commit e485685
Show file tree
Hide file tree
Showing 9 changed files with 604 additions and 2,068 deletions.
172 changes: 0 additions & 172 deletions .eslintrc.yml

This file was deleted.

12 changes: 4 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,9 @@ jobs:
- host: ubuntu-latest
target: x86_64-unknown-linux-musl
build: pnpm build --target x86_64-unknown-linux-musl -x
- host: macos-latest
- host: macos-14
target: aarch64-apple-darwin
build: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*;
export CC=$(xcrun -f clang);
export CXX=$(xcrun -f clang++);
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
pnpm build --target aarch64-apple-darwin
build: pnpm build --target aarch64-apple-darwin
- host: ubuntu-latest
target: aarch64-unknown-linux-gnu
build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross
Expand Down Expand Up @@ -194,6 +188,8 @@ jobs:
target: x86_64-pc-windows-msvc
- host: macos-latest
target: x86_64-apple-darwin
- host: macos-14
target: aarch64-apple-darwin
node:
- '18'
- '20'
Expand Down
Loading

0 comments on commit e485685

Please sign in to comment.