Skip to content

Commit

Permalink
chore: set github action to node version 12 (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroTorresSicilia authored Dec 6, 2021
1 parent 81d6c00 commit 6315e8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: 'yarn install'
- run: 'yarn build:library'
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit 6315e8f

Please sign in to comment.