Skip to content

Commit

Permalink
fix: upgrade build tools Node.js version to 20 LTS (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Apr 17, 2024
1 parent afe7632 commit 9fc1861
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## <<Stencil::Block(toolverOverride)>>
## <</Stencil::Block>>
golang 1.22.0
nodejs 18.17.1
nodejs 20.12.2
protoc 21.5
# Note: Versions in this block do not override the default versions above
# but sometimes you have to declare additional versions of the same tool
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ arguments:
- number
versions.nodejs:
description: Nodejs version to use for build tooling (e.g., semantic-release)
default: "18.17.1"
default: "20.12.2"
schema:
type:
- string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '1.22.0'
# Not used for gRPC clients
- name: nodejs
version: 18.17.1
version: 20.12.2
# Used in CI
- name: protoc
version: 21.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '1.22.0'
# Not used for gRPC clients
- name: nodejs
version: 18.17.1
version: 20.12.2
# Used in CI
- name: protoc
version: 21.5
Expand Down

0 comments on commit 9fc1861

Please sign in to comment.