Skip to content

Commit 63a3909

Browse files
authored
fix: hardcoded cdk version in publish_layer.yaml (#1232)
1 parent ed55e58 commit 63a3909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish_layer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
4444
- name: install cdk and deps
4545
run: |
46-
npm install -g aws-cdk@2.29.0
46+
npm install -g aws-cdk@2.55.0
4747
cdk --version
4848
- name: install deps
4949
run: |

0 commit comments

Comments
 (0)