Skip to content

Bump qs from 6.4.0 to 6.4.1 #160

Bump qs from 6.4.0 to 6.4.1

Bump qs from 6.4.0 to 6.4.1 #160

Workflow file for this run

# name: Emulator Suite Tests
# on: [push, pull_request]
# jobs:
# emulators_test:
# name: Run all tests using firebase emulators
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: "12"
# - name: Install Firebase Emulator Suite
# run: npm install -g firebase-tools
# - name: Install Dependencies
# run: npm install
# working-directory: functions
# - name: Run all the tests
# working-directory: functions
# run: firebase emulators:exec 'npm test'