File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Prepare Node
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : 24 .x
21+ node-version : 20 .x
2222 # Seed the build number with last number from TeamCity.
2323 - name : Update GITHUB_RUN_NUMBER
2424 run : |
Original file line number Diff line number Diff line change 1- v24.12 .0
1+ v20.9 .0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Resources:
3434 Properties :
3535 FunctionName : !Sub ${App}-${Stage}
3636 Description : Sends requests to Formstack
37- Runtime : nodejs24 .x
37+ Runtime : nodejs20 .x
3838 Handler : lambda.handler
3939 MemorySize : 128
4040 Timeout : 300
Original file line number Diff line number Diff line change 66 "buildDir" : " ./target" ,
77 "riffraffFile" : " ./riff-raff.yaml" ,
88 "engines" : {
9- "node" : " >=24.12 .0"
9+ "node" : " >=20.9 .0"
1010 },
1111 "dependencies" : {
1212 "aws-sdk" : " ^2.953.0" ,
You can’t perform that action at this time.
0 commit comments