From c63c5095b1ac9fc40e570c628abc0900b2533e11 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 13 May 2022 03:59:28 -0500 Subject: [PATCH] Fix error in GH Action (firebase-hosting-merge) --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 953c934..096c596 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@master + - uses: actions/setup-node@master - run: yarn run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: