From 630597efe25d357250be1e0b1b16db6462fee2ef Mon Sep 17 00:00:00 2001 From: bobinstein Date: Thu, 7 Mar 2024 14:49:34 -0500 Subject: [PATCH] chore: updated actions file --- .github/workflows/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6278340c..414e35d8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,6 +26,12 @@ jobs: yarn build cd .. + + - name: Setup Node.js v20 for Firebase + uses: actions/setup-node@v2 + with: + node-version: "20" + - name: Deploy to Firebase uses: FirebaseExtended/action-hosting-deploy@v0 with: