Skip to content

Bump @grpc/grpc-js from 1.5.5 to 1.10.9 #17

Bump @grpc/grpc-js from 1.5.5 to 1.10.9

Bump @grpc/grpc-js from 1.5.5 to 1.10.9 #17

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install -f
- name: Build
run: npm run build