Skip to content

Commit

Permalink
chore: bump deps (#60)
Browse files Browse the repository at this point in the history
* chore: bump deps

* fix: enable corepack in napi build

* fix: actually fix linux musl napi build
  • Loading branch information
phoenix-ru authored Dec 1, 2024
1 parent 8682b64 commit 6c7047e
Show file tree
Hide file tree
Showing 13 changed files with 1,868 additions and 1,922 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,16 @@ jobs:
- host: ubuntu-latest
target: x86_64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
build: set -e && yarn build && strip *.node
build: |
set -e &&
corepack enable &&
yarn build &&
strip *.node
- host: macos-latest
target: x86_64-apple-darwin
build: |
yarn build
corepack enable && yarn build
strip -x *.node
- host: macos-latest
Expand Down
Loading

0 comments on commit 6c7047e

Please sign in to comment.