Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(prebuild) Add windows prebuild for Node.js v20 #335

Merged
merged 5 commits into from
Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
nodeversion:
type: string
default: "18.12.0"
default: "20.10.0"

commands:
nvminstall:
Expand Down
4 changes: 2 additions & 2 deletions prebuilds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Prebuilds for Mac OS X with the M1 processor:
npx prebuildify --arch arm64 --platform darwin --target 20.10.0
```

Create prebuilds for Windows 10:
Create prebuilds for Windows:

```bash
npx prebuildify --arch x64 --platform win32 --target 18.17.0
npx prebuildify --arch x64 --platform win32 --target 20.10.0
```
Binary file added prebuilds/win32-x64/node.abi115.node
Binary file not shown.