Skip to content

build(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9 #1567

build(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9

build(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9 #1567

name: Build + test (no download)
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
build-and-test-pr:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5
- run: npm install -g npm@latest
- run: npm install -g npm@latest
- run: bash ci/build-and-test-pr.sh
shell: bash
env:
CASE_publish: false
NODE_VERSION: ${{ matrix.node-version }}
FORCE_COLOR: true