ddev / github-action-setup-ddev

Set up your GitHub Actions workflow with DDEV
GNU General Public License v3.0
33 stars 7 forks source link

Update from yarn to npm #7

Closed davereid closed 1 year ago

davereid commented 1 year ago

The Issue

I believe that yarn was used prior to NodeJS having a package-lock.json available. Now that it does, should we just use that instead of requiring yarn?

How This PR Solves The Issue

Manual Testing Instructions

Clone the repo, run npm install do you get the same dependencies?

Automated Testing Overview

Should only need regression tests, so no need to add new ones.

Related Issue Link(s)

None

Release/Deployment Notes

None, only affects the action internals.