Skip to content

Commit 5b535c4

Browse files
authored
fix: bumping up node version for release setup (#702)
## Problem ## Solution <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 37bc68a commit 5b535c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/license-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version: '24'
1818

1919
- name: Install dependencies
2020
run: |

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Nodejs
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version: '20.x'
53+
node-version: '24.x'
5454
registry-url: 'https://registry.npmjs.org'
5555
scope: '@aws'
5656
if: ${{ fromJson(steps.release.outputs.releases_created) }}

0 commit comments

Comments
 (0)