Skip to content

Commit f58632d

Browse files
authored
Update e2e-infra-deploy.yml
Signed-off-by: Henrique Graca <[email protected]>
1 parent 2216fbf commit f58632d

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)