Skip to content

Commit

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

0 comments on commit 6ee830c

Please sign in to comment.