Skip to content

Commit e0b3b58

Browse files
author
Alexander Melnyk
committed
fix: no need to cache npm since we only install cdk cli and don't have .lock files
1 parent 577a410 commit e0b3b58

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish_layer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
uses: actions/setup-node@v2
3131
with:
3232
node-version: '16.12'
33-
cache: 'npm'
3433
- name: Setup python
3534
uses: actions/setup-python@v4
3635
with:

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
uses: actions/setup-node@v2
6363
with:
6464
node-version: '16.12'
65-
cache: 'npm'
6665
- name: Setup python
6766
uses: actions/setup-python@v4
6867
with:

0 commit comments

Comments
 (0)