Skip to content

Bump @grpc/grpc-js from 1.10.4 to 1.10.9 in /functions #60

Bump @grpc/grpc-js from 1.10.4 to 1.10.9 in /functions

Bump @grpc/grpc-js from 1.10.4 to 1.10.9 in /functions #60

name: Build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci && cd functions && npm ci
- name: Build functions
run: cd functions && npm run build
- name: Run tests
run: npm run test:ci