Skip to content

build(deps): bump @grpc/grpc-js, firebase-admin and firebase-tools #567

build(deps): bump @grpc/grpc-js, firebase-admin and firebase-tools

build(deps): bump @grpc/grpc-js, firebase-admin and firebase-tools #567

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
- next
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 14.x
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install
run: |
npm ci
env:
CI: true
- name: Build
run: |
npm run build
env:
CI: true
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 12.x
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install
run: |
npm ci
env:
CI: true
- name: Lint
run: |
npm run lint
env:
CI: true
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 12.x
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install
run: |
npm ci
env:
CI: true
- name: Test
run: |
npm test
npm run e2e
env:
CI: true