Releases: roelmagdaleno/cloudways-api-git-pull-action
Releases · roelmagdaleno/cloudways-api-git-pull-action
v1.3.0
Improvements
- GitHub Action is now using Node 20.
- The
nccbuild command is no longer minifying the scripts. This will give us more feedback if there's an error in JavaScript.
Dependencies
- Updated
@actions/coreversion. - Updated
@vercel/nccversion. - Still using
node-fetchversion 2.
v1.2.1
Fixes
requireis not defined in ES module (#4).- Rollback
node-fetchlibrary to version 2 because version 3 won't supportrequire.
Thanks to @AliaksandrShubkevich for reporting this issue.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Improvements
- Error handling inside
getOauthTokenfunction. - Using Node.js 16.
- Using
importinstead ofrequire. - Comments were added to functions.
- Dependencies updated.
- The
dist/index.jsfile is now minified.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
FIX: Script didn't throw errors correctly
v1.0.0
IMPROVE: Add branding to action.yml