From f4b98fd5f2f0c8940ef61572c02b31a8c4663730 Mon Sep 17 00:00:00 2001 From: Nelson Trindade <48919500+nelsontr@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:32:39 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acd58c0c..5452f0ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: