Skip to content

Commit 01550b7

Browse files
authored
Add Node.js setup step for version 24
1 parent 289d037 commit 01550b7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/synth.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
java-version: '25'
2222
distribution: 'corretto'
2323
cache: maven
24-
24+
25+
- name: Set up Node 24
26+
uses: actions/setup-node@v6
27+
with:
28+
node-version: '24'
29+
2530
- name: Install AWS CDK
2631
run: |
2732
# Install latest version of AWS CDK

0 commit comments

Comments
 (0)