Skip to content

Releases: lando/pkg-action

v6.0.0

15 Nov 17:11
Compare
Choose a tag to compare

BREAKING CHANGES

  • Updated to actions/upload-artifact@v4

See this migration guide for help in updating your actions.

v5.2.0

14 Nov 16:17
Compare
Choose a tag to compare
  • Added inputs.filename to customize the name of the output binary

v5.1.0

26 Oct 00:28
Compare
Choose a tag to compare
  • Added inputs.upload-key to customize the value of outputs.artifact-key
  • Updated default pkg package to @yao-pkg/pkg@5.16.1

v5.0.0

14 Mar 16:25
Compare
Choose a tag to compare
  • 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/pkg@5.11.5 since vercel/pkg is DEPRECATED

v4.0.0

04 Dec 18:29
Compare
Choose a tag to compare

BREAKING CHANGES

  • pkg input now takes any valid spec eg @yao-pkg/pkg@5.10.0 as opposed to just the versions

v3.0.1

28 Sep 20:05
Compare
Choose a tag to compare
  • Reverted node-sync do to extreme slowness using node16 in arm64 environment

v3.0.0

28 Sep 11:52
Compare
Choose a tag to compare

New Features

BREAKING CHANGES

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

v2.2.2

18 Jun 14:42
Compare
Choose a tag to compare

v2.2.1

27 Apr 19:40
Compare
Choose a tag to compare
  • Switched set-output and save-state to new $GITHUB_OUTPUT and $GITHUB_STATE. See this
  • Updated core actions to v3

v2.2.0

02 Mar 03:03
Compare
Choose a tag to compare
  • Added input pkg to specify version of @vercel/pkg
  • Fixed bug where installed pkg version was not consistent across arch