From dc67373dff9e615dff0c5b6e180d84cf99bf45aa Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 13 May 2022 04:09:29 -0500 Subject: [PATCH] Add node-version, change to v3 on setup-node, add explicit 'yarn install' --- .github/workflows/firebase-hosting-merge.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 096c596..731f8d4 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -8,7 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@master + - uses: actions/setup-node@v3 + with: + node-version: 16 + - run: yarn install - run: yarn run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: