Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Bump @grpc/grpc-js from 1.6.6 to 1.8.17 in /sdk/node #111

Bump @grpc/grpc-js from 1.6.6 to 1.8.17 in /sdk/node

Bump @grpc/grpc-js from 1.6.6 to 1.8.17 in /sdk/node #111

Workflow file for this run

---
name: JSON
"on":
push:
paths:
- "**.json"
pull_request:
paths:
- "**.json"
jobs:
style:
name: Check style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: prettier
uses: creyD/[email protected]
with:
dry: true
prettier_options: "--check **/*.json"