Skip to content

Commit

Permalink
👷 fix issue with deploy pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Jan 22, 2024
1 parent f877ab0 commit 0effaf1
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 0effaf1

Please sign in to comment.