From 35ae20a0459e5f818b88946585b46e72b1db6506 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Mon, 12 May 2025 17:12:26 -0400 Subject: [PATCH] Use node 20 --- .gitea/workflows/firebase-hosting-deploy.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/firebase-hosting-deploy.yaml b/.gitea/workflows/firebase-hosting-deploy.yaml index 957f0f0..6dc7530 100644 --- a/.gitea/workflows/firebase-hosting-deploy.yaml +++ b/.gitea/workflows/firebase-hosting-deploy.yaml @@ -10,7 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 # Gitea should be compatible; adjust if your instance uses full URLs + uses: actions/checkout@v4 + + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: '20' - name: Deploy to Firebase Hosting uses: FirebaseExtended/action-hosting-deploy@v0