diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a5690bf0..151c7be1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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