Skip to content

Bump @grpc/grpc-js from 1.9.9 to 1.10.9 #387

Bump @grpc/grpc-js from 1.9.9 to 1.10.9

Bump @grpc/grpc-js from 1.9.9 to 1.10.9 #387

Workflow file for this run

name: Run unit tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/setup-node@v3
with:
node-version: 18
- name: setup node-gyp
run: npm install -g node-gyp@latest
- name: Run tests
run: yarn install && yarn workspaces run test