Skip to content

Commit

Permalink
Update quic_repo_frontend_build_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
king112ola authored Aug 18, 2024
1 parent dc9fdcb commit 9aaaf08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/quic_repo_frontend_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
- name: Repository Checkout
uses: actions/checkout@v4

- name: Cache node_modules
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9aaaf08

Please sign in to comment.