Skip to content

Commit

Permalink
cache npm
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLee18 committed May 29, 2024
1 parent 6300467 commit 602e60a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 'latest'
cache: 'npm'
- run: npm ci && npm test && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 602e60a

Please sign in to comment.