mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 15:29:47 +00:00
docs: request developers to code with NodeJS 16 or later
This commit is contained in:
@ -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
|
||||
|
@ -17,6 +17,9 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/typescript-action.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.13.1"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"node",
|
||||
|
Reference in New Issue
Block a user