[AAE-32905] - check with adding cache

This commit is contained in:
VitoAlbano
2025-03-29 22:21:40 +00:00
parent b834a8c179
commit 44c3ce577b
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache node modules
uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}

View File

@@ -196,7 +196,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache node modules
uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
@@ -228,7 +228,7 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for all tags and branches
- name: Cache node modules
uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
@@ -254,7 +254,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache node modules
uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}

View File

@@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache node modules
uses: actions/cache@b6169c87f9e6bf273d48cf12c10f7e9ac07e412a
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}