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 d122e18 commit 8c6c2eb
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/quic_repo_frontend_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,23 @@ jobs:
- name: Repository Checkout
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
cache-dependency-path: './Front-End/package-lock.json'

- 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:
node-version: '20.x'
cache: 'npm'
cache-dependency-path: './Front-End/package-lock.json'
enableCrossOsArchive: false
fail-on-cache-miss: false
lookup-only: false

- name: Create env file
run: |
Expand Down

0 comments on commit 8c6c2eb

Please sign in to comment.