Skip to content

Update dependency @types/react to v18.2.31 #442

Update dependency @types/react to v18.2.31

Update dependency @types/react to v18.2.31 #442

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- run: npm install
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TABLE_OF_PX_TO_REM }}'
channelId: live
projectId: table-of-px-to-rem
env:
FIREBASE_CLI_PREVIEWS: hostingchannels