Bump @grpc/grpc-js from 1.6.8 to 1.8.22 in /examples/grpc-web #152
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
test: | |
runs-on: ubuntu-20.04 | |
name: Build examples | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
node-version: 16 | |
- uses: actions/[email protected] | |
with: | |
java-version: 15 | |
architecture: x64 | |
distribution: zulu | |
- name: Build gradle-ts-protoc-gen | |
run: | | |
cd examples/gradle-ts-protoc-gen | |
npm i | |
npm run build | |
- name: Build grpc_tools_node_protoc_ts | |
run: | | |
cd examples/grpc_tools_node_protoc_ts | |
npm i | |
npm run build | |
- name: Build grpc-proto-loader | |
run: | | |
cd examples/grpc-proto-loader | |
npm i | |
npm run build | |
- name: Build grpc-web | |
run: | | |
cd examples/grpc-web | |
npm i | |
npm run build | |
- name: Build ts-protoc-gen | |
run: | | |
cd examples/ts-protoc-gen | |
npm i | |
npm run build |