Skip to content

Commit 289d037

Browse files
authored
Add Node.js 24 setup to deploy workflow
1 parent 433709a commit 289d037

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040
java-version: '25'
4141
distribution: 'corretto'
4242
cache: maven
43-
43+
44+
- name: Set up Node 24
45+
uses: actions/setup-node@v6
46+
with:
47+
node-version: '24'
48+
4449
- name: Install AWS CDK
4550
run: |
4651
npm install -g aws-cdk

0 commit comments

Comments
 (0)