Skip to content

Bump @grpc/grpc-js from 1.5.7 to 1.8.8 #24

Bump @grpc/grpc-js from 1.5.7 to 1.8.8

Bump @grpc/grpc-js from 1.5.7 to 1.8.8 #24

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint