Skip to content

Commit

Permalink
change workflow to use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanwardhono committed Mar 10, 2024
1 parent bd9b895 commit 45e98fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js version 14
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- run: npm install
- run: CI=false npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit 45e98fe

Please sign in to comment.