diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index b708b34..51c6c45 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -8,6 +8,9 @@ jobs: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v4 + with: + node-version: 18 - uses: actions/checkout@v3 - run: npm i && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0