Skip to content

Commit

Permalink
Upgrade grpc/js version to 1.11.3
Browse files Browse the repository at this point in the history
Add node 22 to tests pipeline
  • Loading branch information
gawsoftpl committed Sep 23, 2024
1 parent 385c074 commit 3bc07af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-js-reflection-client",
"version": "1.2.17",
"version": "1.2.18",
"description": "Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files.",
"author": "gawsoft.com",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git"
},
"dependencies": {
"@grpc/grpc-js": "^1.11.2",
"@grpc/grpc-js": "^1.11.3",
"@types/lodash": "^4.17.7",
"lodash": "^4.17.21",
"protobufjs": "^7.4.0"
Expand Down

0 comments on commit 3bc07af

Please sign in to comment.