Skip to content

Commit a74a665

Browse files
committed
fix: updated node-grpc-client
1 parent d62981c commit a74a665

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Use Node.js
1212
uses: actions/setup-node@v4
1313
with:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
packages: write
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run test
3030
env:
3131
VITE_CLARIFAI_USER_ID: ${{ secrets.VITE_CLARIFAI_USER_ID }}
32-
VITE_CLARIFAI_PAT: ${{ secrets.VITE_CLARIFAI_PAT }}
32+
VITE_CLARIFAI_PAT: ${{ secrets.VITE_CLARIFAI_PAT }}
3333
- name: Build
3434
run: npm run build
3535
- name: Publish to npm

package-lock.json

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"async": "^3.2.5",
6868
"axios": "^1.8.2",
6969
"chalk": "^5.3.0",
70-
"clarifai-nodejs-grpc": "^10.3.2",
70+
"clarifai-nodejs-grpc": "^11.3.3",
7171
"csv-parse": "^5.5.5",
7272
"from-protobuf-object": "^1.0.2",
7373
"google-protobuf": "^3.21.2",

0 commit comments

Comments
 (0)