Skip to content

Commit ed11a34

Browse files
committed
add npm caching
1 parent 45220c4 commit ed11a34

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cloud-pods.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/setup-node@v3
2929
with:
3030
node-version: 22
31+
cache: 'npm'
3132

3233
- name: Install dependencies
3334
run: |
@@ -77,6 +78,7 @@ jobs:
7778
uses: actions/setup-node@v3
7879
with:
7980
node-version: 22
81+
cache: 'npm'
8082

8183
- name: Start LocalStack
8284
uses: LocalStack/setup-localstack@main

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-node@v3
2727
with:
2828
node-version: 22
29+
cache: 'npm'
2930

3031
- name: Install dependencies
3132
run: |

0 commit comments

Comments
 (0)