-
Notifications
You must be signed in to change notification settings - Fork 0
setting up dev env for admin #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Visit the preview URL for this PR (updated for commit 8b34005): https://nw-admin-portal--pr296-bywang-dev-env-v7eb1v7j.web.app (expires Wed, 14 May 2025 06:53:38 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d819f9eb3b1b79c03e9109f08eeff92215a2990e |
| env: | ||
| IS_PRODUCTION: ${{ endsWith(github.ref, 'main') }} | ||
| NODE_OPTIONS: --openssl-legacy-provider | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Use Node.js | ||
| uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: '16.x' | ||
| node-version: '18.x' | ||
| - name: Set up Firebase CLI | ||
| run: yarn global add firebase-tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
referenced how we did it in portal
- node v 16 is not compatible so upgraded to 18
Description
FIREBASE_TOKENandFIREBASE_SERVICE_ACCOUNT_NWPLUS_UBC_DEVdevbranch it gets deployed on https://dev-nwplus-admin.web.app/Other considerations