Skip to content

Commit d81eb37

Browse files
Initial commit to bump node to v24.x
1 parent 0596cb7 commit d81eb37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Prepare Node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 20.x
21+
node-version: 24.x
2222
# Seed the build number with last number from TeamCity.
2323
- name: Update GITHUB_RUN_NUMBER
2424
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.9.0
1+
v24.13.0

cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Resources:
3434
Properties:
3535
FunctionName: !Sub ${App}-${Stage}
3636
Description: Sends requests to Formstack
37-
Runtime: nodejs20.x
37+
Runtime: nodejs24.x
3838
Handler: lambda.handler
3939
MemorySize: 128
4040
Timeout: 300

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"buildDir": "./target",
77
"riffraffFile": "./riff-raff.yaml",
88
"engines": {
9-
"node": ">=20.9.0"
9+
"node": ">=24.13.0"
1010
},
1111
"dependencies": {
1212
"aws-sdk": "^2.953.0",

0 commit comments

Comments
 (0)