Skip to content

Bump firebase from 11.0.2 to 11.1.0 #55

Bump firebase from 11.0.2 to 11.1.0

Bump firebase from 11.0.2 to 11.1.0 #55

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
name: Node
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.11.1, current]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: node --version && npm --version
- run: npm ci
- run: npm test