Skip to content

Commit

Permalink
chore: updated actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Mar 7, 2024
1 parent 12d0987 commit 630597e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 630597e

Please sign in to comment.