Skip to content

Make node 24 builds on releases - #1535

Merged
orta merged 1 commit into
mainfrom
node-24-prebuilds
Aug 27, 2026
Merged

Make node 24 builds on releases#1535
orta merged 1 commit into
mainfrom
node-24-prebuilds

Conversation

@orta

@orta orta commented Aug 27, 2026

Copy link
Copy Markdown
Member

Swap the archived pkg for @yao-pkg/pkg so the prebuilt macOS binaries embed node 24 instead of node 18.5, which was too old for undici.

Fixes #1527

Swap the archived pkg for @yao-pkg/pkg so the prebuilt macOS binaries
embed node 24 instead of node 18.5, which was too old for undici.

Fixes #1527
@orta

orta commented Aug 27, 2026

Copy link
Copy Markdown
Member Author

hrm, are you guys getting ping from the code owners? (not including your names because that could trigger it )

It should only happen on workflow changes, which is very rare

@github-actions

Copy link
Copy Markdown

New dependencies added: @yao-pkg/pkg.

@yao-pkg/pkg

Used in package.json
Author: Unknown Description: Package your Node.js project into an executable
License: MIT Homepage: https://github.com/yao-pkg/pkg#readme
Updated: 28 days ago Created: almost 3 years ago
Releases: 54 Maintainers: 1
README

pkg

pkg

Package your Node.js project into a single self-contained executable.

Build Status Coverage npm version npm downloads license

📚 Full documentation: yao-pkg.github.io/pkg

Sponsored by
dotenvx


pkg takes your Node.js project and ships it as a single binary that runs on devices without Node.js installed. Cross-compile for Linux, macOS, and Windows from any host.

Install

npm install -g @yao-pkg/pkg

Quick start

pkg .

That's it. pkg reads package.json, follows the bin entry, walks your dependencies, and produces executables for Linux, macOS, and Windows.

Documentation

Everything lives on the docs site:

About this fork

This is yao-pkg/pkg — the actively maintained fork of the archived vercel/pkg. New releases ship as @yao-pkg/pkg.

License

MIT

Generated by 🚫 dangerJS against 418fd44

@orta
orta enabled auto-merge (squash) August 27, 2026 13:59
@orta
orta disabled auto-merge August 27, 2026 13:59
@orta
orta merged commit 08825f9 into main Aug 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: 13.0.10 prebuilt binaries embed Node 18.5.0 and cannot run their own bundled undici 6 - every GitHub API fetch fails

1 participant