Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
docs: fix docs for new default node bundling version (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jul 18, 2022
1 parent 0a7e392 commit cd082fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,15 @@ The following properties are accepted:
- `nodeVersion`

- _Type_: `string`\
- _Default value_: `12.x`
- _Default value_: `16.x`

The version of Node.js to use as the compilation target. Possible values:

- `8.x` (or `nodejs8.x`)
- `10.x` (or `nodejs10.x`)
- `12.x` (or `nodejs12.x`)
- `14.x` (or `nodejs14.x`)
- `16.x` (or `nodejs16.x`)

- `rustTargetDirectory`

Expand Down

1 comment on commit cd082fc

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 6s

largeDepsNft: 29.8s

largeDepsZisi: 44.8s

Please sign in to comment.