docs: request developers to code with NodeJS 16 or later

This commit is contained in:
Kengo TODA
2021-12-24 13:37:58 +08:00
parent b8a50788a5
commit c71c2a12df
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Click the `Use this Template` and provide the new repo details for your action
## Code in Main
> First, you'll need to have a reasonably modern version of `node` handy. This won't work with versions older than 9, for instance.
First, you'll need to have a reasonably modern version of `node` handy. This won't work with versions older than 16, for instance.
Install the dependencies
```bash

View File

@ -17,6 +17,9 @@
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"engines": {
"node": "^16.13.1"
},
"keywords": [
"actions",
"node",