Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontr authored Oct 30, 2023
1 parent 8e88c70 commit f4b98fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ jobs:
with:
fetch-depth: 0 # Ensure full history is fetched

- name: Cache Checkout and Setup-Node
uses: actions/cache@v3
- name: Cache Initial Setup
uses: actions/cache@v3.3.2
with:
path: |
~/.npm
~/.cache
~/.local/share
key: initial-setup-${{ runner.os }}
restore-keys: |
initial-setup-
- name: Setup Node
uses: actions/setup-node@v3.8.2
with:
Expand Down

0 comments on commit f4b98fd

Please sign in to comment.