mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-13 21:51:53 +00:00
Switch Node versioning to engines
This commit is contained in:
@@ -31,9 +31,10 @@ need to perform some initial setup steps before you can develop your action.
|
||||
>
|
||||
> You'll need to have a reasonably modern version of
|
||||
> [Node.js](https://nodejs.org) handy. If you are using a version manager like
|
||||
> [`nodenv`](https://github.com/nodenv/nodenv), you can run `nodenv install` in
|
||||
> the root of your repository to install the version specified in
|
||||
> [`.node-version`](.node-version). Otherwise, 16.x or later should work!
|
||||
> [`nodenv`](https://github.com/nodenv/nodenv) or
|
||||
> [`nvm`](https://github.com/nvm-sh/nvm), you can run `nodenv install` in the
|
||||
> root of your repository to install the version specified in
|
||||
> [`package.json`](./package.json). Otherwise, 16.x or later should work!
|
||||
|
||||
1. :hammer_and_wrench: Install the dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user