Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from Node 14.5.0 to Node 16.20.0 #521

Merged
merged 4 commits into from
Apr 24, 2023
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