Skip to content

Commit ac1835f

Browse files
gagoaractions-user
andauthored
updating dev and runtime to node 20, some updates on critical libraries as well (#260)
This PR is a follow-up on the one #258. The workflows don't run when someone is not a collaborator, so I took his change and added on to a couple of others waiting related to security. --------- Co-authored-by: GitHub Action <[email protected]>
1 parent 33668e9 commit ac1835f

File tree

5 files changed

+8052
-4702
lines changed

5 files changed

+8052
-4702
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.0
1+
20.9.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ outputs:
5050
response: # id of output
5151
description: "response from lambda invocation"
5252
runs:
53-
using: "node16"
53+
using: "node20"
5454
main: "dist/index.js"

0 commit comments

Comments
 (0)