Skip to content

chore(deps): bump @grpc/grpc-js from 1.14.1 to 1.14.4 #865

chore(deps): bump @grpc/grpc-js from 1.14.1 to 1.14.4

chore(deps): bump @grpc/grpc-js from 1.14.1 to 1.14.4 #865

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
permissions:
contents: read
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: latest
- run: yarn install
- run: yarn run build
- run: yarn run package