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
ncc
build command is no longer minifying the scripts. This will give us more feedback if there's an error in JavaScript.
Dependencies
- Updated
@actions/core
version. - Updated
@vercel/ncc
version. - Still using
node-fetch
version 2.
v1.2.1
Fixes
require
is not defined in ES module (#4).- Rollback
node-fetch
library 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
getOauthToken
function. - Using Node.js 16.
- Using
import
instead ofrequire
. - Comments were added to functions.
- Dependencies updated.
- The
dist/index.js
file 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