Skip to content

Commit

Permalink
docs: request developers to code with NodeJS 16 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Feb 28, 2022
1 parent b8a5078 commit c71c2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"engines": {
"node": "^16.13.1"
},
"keywords": [
"actions",
"node",
Expand Down

0 comments on commit c71c2a1

Please sign in to comment.