Skip to content

Commit

Permalink
Fix merge conflicts with main
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Dec 13, 2023
2 parents 9190aa6 + 9fcf52d commit b15b6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NWPLUS_UBC }}'
channelId: live
projectId: nwplus-ubc
firebaseToolsVersion: 12.9.1
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '16.x'
- name: Install and Build
run: yarn install --frozen-lockfile && yarn build
env:
Expand All @@ -32,3 +32,4 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NWPLUS_UBC }}'
projectId: nwplus-ubc
firebaseToolsVersion: 12.9.1

0 comments on commit b15b6ed

Please sign in to comment.