Skip to content

Bump es5-ext and firebase-tools #87

Bump es5-ext and firebase-tools

Bump es5-ext and firebase-tools #87

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.15
uses: actions/setup-node@v1
with:
node-version: 14.15
- name: Install dependencies
run: npm install
- name: Build
run: npm run build