Skip to content

updated to build with lts #73

updated to build with lts

updated to build with lts #73

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20]
name: Fastify-Firebase Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_DEFAULT }}
DATABASE_URL: ${{ secrets.GOOGLE_DEV_DB }}
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Test
run: npm run test:ci
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: .tap/report/lcov.info