Skip to content

Bump @grpc/grpc-js from 1.3.1 to 1.8.8 #144

Bump @grpc/grpc-js from 1.3.1 to 1.8.8

Bump @grpc/grpc-js from 1.3.1 to 1.8.8 #144

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm install
- name: Run linters
run: npm run lint