dorshinar / get-deployment-url

A GitHub actions that allows you to query your latest deployment and run tests against it.
MIT License
11 stars 9 forks source link

feat: Upgrade to Node.js v20 #28

Closed jeremylorino closed 1 year ago

jeremylorino commented 1 year ago

Motivation and Context

Modernize the action and the npm dependencies. GitHub deprecated set-output command which is properly deprecated in the latest of @action/core.

More info can be found in the upstream issue.

Description

Before

Screenshot 2023-10-30 at 10 37 15 AM

After

Screenshot 2023-10-30 at 10 38 18 AM

dorshinar commented 1 year ago

Thanks for taking the time to do it!