Skip to content

Commit bbf8e42

Browse files
Merge pull request #687 from aws-powertools/hjgraca-patch-e2e-2
chore: Update e2e-infra-deploy.yml
2 parents 2216fbf + f58632d commit bbf8e42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/e2e-infra-deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ jobs:
3333
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
3434
with:
3535
dotnet-version: '8.x'
36-
36+
37+
- name: Setup Node.js
38+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
39+
with:
40+
node-version: "20.10.0"
41+
3742
- name: Install CDK
3843
run: npm install -g aws-cdk
3944

0 commit comments

Comments
 (0)