Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20'
- run: npm ci && npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20'
Comment thread
marlotea marked this conversation as resolved.
- run: npm ci && npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NWPLUS_UBC }}'
projectId: nwplus-ubc
firebaseToolsVersion: 12.9.1
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
FIREBASE_CLI_PREVIEWS: hostingchannels
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# misc
.DS_Store
*.pem
yarn.lock

# debug
npm-debug.log*
Expand All @@ -33,3 +34,6 @@ yarn-error.log*

# vercel
.vercel

# IDE
.idea/
Loading
Loading