Skip to content

Commit

Permalink
fix: use older node for deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
tandpfun committed May 15, 2024
1 parent 2475a6b commit 359e3cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firebase-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile && yarn build
- run: |
cd functions
Expand Down

0 comments on commit 359e3cf

Please sign in to comment.