Skip to content

Commit

Permalink
Merge pull request #383 from merofinance/deploy-pipline-fix
Browse files Browse the repository at this point in the history
馃懛 Fix issue with deploy pipeline
  • Loading branch information
chase-manning committed Jan 22, 2024
2 parents 77aeed5 + 0effaf1 commit 0afec06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Installing Dependencies
run: yarn
- name: Building App
run: yarn run build
run: export NODE_OPTIONS=--openssl-legacy-provider && yarn run build
- name: Install Firebase Tools
run: npm install -g firebase-tools
- name: Deploying to Firebase
Expand Down

0 comments on commit 0afec06

Please sign in to comment.