Releases: lando/pkg-action
Releases · lando/pkg-action
v6.0.0
BREAKING CHANGES
- Updated to
actions/upload-artifact@v4
See this migration guide for help in updating your actions.
v5.2.0
- Added
inputs.filename
to customize the name of the output binary
v5.1.0
- Added
inputs.upload-key
to customize the value ofoutputs.artifact-key
- Updated default
pkg
package to@yao-pkg/[email protected]
v5.0.0
- Added support for
node20
- Changed default
node
version tonode20
- 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]
sincevercel/pkg
is DEPRECATED
v4.0.0
BREAKING CHANGES
pkg
input now takes any valid spec eg@yao-pkg/[email protected]
as opposed to just theversions
v3.0.1
- Reverted
node-sync
do to extreme slowness usingnode16
inarm64
environment
v3.0.0
New Features
- Bumped default
pkg
input to[email protected]
- Bumped default
node-version
input to16
- Disabled
--debug
by default. Added support for debug toggling via https://github.blog/changelog/2022-05-24-github-actions-re-run-jobs-with-debug-logging - Synced
node-version
usage so it is used in all relevant build environments
BREAKING CHANGES
node-version
input is now just a major version eg16
instead ofnode16
v2.2.2
- Switched release flow over to @lando/prepare-release-action
v2.2.1
- Switched
set-output
andsave-state
to new$GITHUB_OUTPUT
and$GITHUB_STATE
. See this - Updated core actions to
v3
v2.2.0
- Added input
pkg
to specify version of @vercel/pkg - Fixed bug where installed
pkg
version was not consistent acrossarch