serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 173 forks source link

Updated npm install step in usage #10

Closed mitchheddles closed 4 years ago

mitchheddles commented 5 years ago

As per the docs. The actions/npm action is deprecated in favor of using the run script step.

DarinDev1000 commented 4 years ago

Cool