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: