Skip to content

Commit ca436be

Browse files
committed
chore(eks): add back package.json in test app
A package.json in a test app was accidentally removed as part of the repo restructure. This is used as part of the yarn upgrade workflow and if it is absent then the ncu command will apply to the `aws-cdk-lib` package. https://github.com/aws/aws-cdk/blob/1f4c4fafe22bdd80c43e80e8a968428f3aa827e1/.github/workflows/yarn-upgrade.yml#L70
1 parent 8ef0ba2 commit ca436be

File tree

1 file changed

+7
-0
lines changed
  • packages/aws-cdk-lib/aws-eks/test/sdk-call-integ-test-docker-app/app

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "eks-service-account-sdk-call-integ-test",
3+
"private": "true",
4+
"dependencies": {
5+
"aws-sdk": "^2.1373.0"
6+
}
7+
}

0 commit comments

Comments
 (0)