From ed9cbc9706d25b88cc9fe0cbaade08d0a752f645 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Fri, 24 Mar 2023 15:21:48 +0530 Subject: [PATCH] Update firebase-hosting-release.yml --- .github/workflows/firebase-hosting-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-release.yml b/.github/workflows/firebase-hosting-release.yml index 6e6ffb58..44ba5fe5 100644 --- a/.github/workflows/firebase-hosting-release.yml +++ b/.github/workflows/firebase-hosting-release.yml @@ -8,6 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v3 + with: + node-version: 16 - name: Checkout to latest release tag run: | git checkout $(git describe --tags `git rev-list --tags --max-count=1`) @@ -26,4 +29,4 @@ jobs: - name: Deploy run: firebase deploy --token "$HOTWAX_PUBLIC_SECRET" -m "Deploying via GitHub actions" --only hosting:uat env: - HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }} \ No newline at end of file + HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }}