Skip to content

Bump @grpc/grpc-js from 1.8.15 to 1.8.22 #764

Bump @grpc/grpc-js from 1.8.15 to 1.8.22

Bump @grpc/grpc-js from 1.8.15 to 1.8.22 #764

Workflow file for this run

name: CI Tests
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci --no-optional
- run: npm run lint
- run: npm run assets
# - npm run server &
# - npm install puppeteer
# - npx percy exec -- node test/snapshots.js