Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

79 lines (46 loc) · 3.18 KB

{{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

BREAKING CHANGES

  • Updated to actions/upload-artifact@v4

See this migration guide for help in updating your actions.

  • Added inputs.filename to customize the name of the output binary
  • Added inputs.upload-key to customize the value of outputs.artifact-key
  • Updated default pkg package to @yao-pkg/[email protected]

BREAKING CHANGES

  • Added support for node20
  • Changed default node version to node20
  • Changed default arch to ${{ runner.arch }}
  • Improved arch behavior so emulation is only used if needed
  • Updated default pkg package to @yao-pkg/[email protected] since vercel/pkg is DEPRECATED

BREAKING CHANGES

  • pkg input now takes any valid spec eg @yao-pkg/[email protected] as opposed to just the versions
  • Reverted node-sync do to extreme slowness using node16 in arm64 environment

New Features

BREAKING CHANGES

  • node-version input is now just a major version eg 16 instead of node16

v2.2.2 - June 17, 2023

  • Switched set-output and save-state to new $GITHUB_OUTPUT and $GITHUB_STATE. See this
  • Updated core actions to v3

v2.2.0 - March 1, 2023

  • Added input pkg to specify version of @vercel/pkg
  • Fixed bug where installed pkg version was not consistent across arch

v2.1.0 - March 1, 2023

  • Bumped to node@16
  • Bumped to [email protected]
  • Improved feedback on pkg version installed
  • Added icon and color branding
  • First release