-
Notifications
You must be signed in to change notification settings - Fork 0
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
setting up dev env for admin #296
base: dev
Are you sure you want to change the base?
Conversation
Visit the preview URL for this PR (updated for commit 0be0260): https://nw-admin-portal--pr296-bywang-dev-env-rdoeid6s.web.app (expires Sun, 19 Jan 2025 05:03:21 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_TOKEN
andFIREBASE_SERVICE_ACCOUNT_NWPLUS_UBC_DEV
dev
branch it gets deployed on https://dev-nwplus-admin.web.app/Other considerations