This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
fix(deps): update dependency date-fns to v4 #495
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Preview Hosting on PR | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build_and_preview: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20.x | |
check-latest: false | |
- name: Setup expo cli | |
uses: expo/expo-github-action@v8 | |
with: | |
expo-version: 4.x | |
- name: Install packages and build storybook | |
run: | | |
yarn install --network-concurrency 1 | |
yarn pre | |
yarn storybook:build | |
- name: Deploy to firebase | |
uses: FirebaseExtended/action-hosting-deploy@v0 | |
with: | |
repoToken: '${{ secrets.GITHUB_TOKEN }}' | |
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DOOBOOLAB_2F044 }}' | |
projectId: dooboolab-2f044 | |
target: dooboo-ui | |
expires: 7d | |
env: | |
FIREBASE_CLI_PREVIEWS: hostingchannels |