Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.20.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Just [start a discussion](https://github.com/timostamm/protobuf-ts/discussions/n

### Building this project

Building and testing this project requires `node` (14.5.0), `npm`, `protoc` (3.12.3),
Building and testing this project requires `node`, `npm`, `protoc`,
`make`, `git`, and `go`.

- `go` is required for the Twirp transport client compatibility test suite
Expand Down
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ size comparison.

## Running in Node.js

`protobuf-ts` is tested with Node.js version 14.5.0.
`protobuf-ts` is tested with Node.js version 16.20.0.

Older versions certainly work, but may not support all features or require polyfills.
For example, if you target lower than ES2020 to run in an older node version, you
Expand Down