Skip to content

Commit 9a04a71

Browse files
committed
chore(runtime): updates Lambda runtime to use Node24
1 parent dd8d1db commit 9a04a71

File tree

17 files changed

+699
-342
lines changed

17 files changed

+699
-342
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup NodeJS
5252
uses: actions/setup-node@v4
5353
with:
54-
node-version: 18.x
54+
node-version: 24.x
5555

5656
- uses: pnpm/action-setup@v3
5757
with:

0 commit comments

Comments
 (0)