Skip to content

Commit

Permalink
Update from Node 14.5.0 to Node 16.20.0 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Apr 24, 2023
1 parent 79c19c6 commit 129a8a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

0 comments on commit 129a8a6

Please sign in to comment.