Skip to content

Commit 129a8a6

Browse files
authored
Update from Node 14.5.0 to Node 16.20.0 (#521)
1 parent 79c19c6 commit 129a8a6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.20.0

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Just [start a discussion](https://github.com/timostamm/protobuf-ts/discussions/n
1515

1616
### Building this project
1717

18-
Building and testing this project requires `node` (14.5.0), `npm`, `protoc` (3.12.3),
18+
Building and testing this project requires `node`, `npm`, `protoc`,
1919
`make`, `git`, and `go`.
2020

2121
- `go` is required for the Twirp transport client compatibility test suite

Diff for: MANUAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ size comparison.
14301430
14311431
## Running in Node.js
14321432
1433-
`protobuf-ts` is tested with Node.js version 14.5.0.
1433+
`protobuf-ts` is tested with Node.js version 16.20.0.
14341434
14351435
Older versions certainly work, but may not support all features or require polyfills.
14361436
For example, if you target lower than ES2020 to run in an older node version, you

0 commit comments

Comments
 (0)