Skip to content

Commit

Permalink
docs: update Node.js runtime version
Browse files Browse the repository at this point in the history
convert-action has been [updated to the node16 runtime](mheap/convert-action#3).
  • Loading branch information
LayZeeDK authored Nov 22, 2022
1 parent 872d4f6 commit d42d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can also use this action with other events - you'll just need to specify a `

## Example `package.json` for your project

The two important thing you'll need to set in your action are the `main` field and the `build` script. Here's an example of a minimal `package.json` that will use `@vercel/ncc` to compile your action to `dist/index.js`, update your `action.yml` file to use the `node12` runtime and point `build-and-tag-action` at the compiled file:
The two important thing you'll need to set in your action are the `main` field and the `build` script. Here's an example of a minimal `package.json` that will use `@vercel/ncc` to compile your action to `dist/index.js`, update your `action.yml` file to use the `node16` runtime and point `build-and-tag-action` at the compiled file:

```json
{
Expand Down

0 comments on commit d42d157

Please sign in to comment.