Skip to content

Commit 81ef136

Browse files
authored
Merge pull request #166 from onramper/fix/deprecated-node-version
Upgrade deprecated CDK version. Some internal function was still using node10 when creating a Lambda and it has been deprecated by AWS.
2 parents 4007cb6 + 9ad6d2c commit 81ef136

File tree

6 files changed

+17764
-8829
lines changed

6 files changed

+17764
-8829
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
git config user.name "$GITHUB_ACTOR"
2929
git add .
3030
git commit -m "Add build artifacts" > /dev/null
31-
git push origin HEAD:v1 -f
31+
git push origin HEAD:v2 -f

0 commit comments

Comments
 (0)