Skip to content

Bump @emotion/styled from 11.10.6 to 11.11.0 (#75) #31

Bump @emotion/styled from 11.10.6 to 11.11.0 (#75)

Bump @emotion/styled from 11.10.6 to 11.11.0 (#75) #31

name: Deploy Functions to Firebase
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
CI: ""
defaults:
run:
working-directory: ./functions
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: npm ci
- name: GitHub Action for Firebase
uses: w9jds/[email protected]
with:
args: deploy --only functions
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}