We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bbfa0 commit b8971a7Copy full SHA for b8971a7
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 18
+ node-version: 20
16
cache: npm
17
- run: npm ci
18
- uses: aws-actions/setup-sam@v2
.github/workflows/test.yml
@@ -15,6 +15,6 @@ jobs:
19
20
- run: npm test
template.yml
@@ -21,7 +21,7 @@ Resources:
21
Description: Basic Auth Funtion
22
CodeUri: .
23
Handler: handler.webhooks
24
- Runtime: nodejs18.x
+ Runtime: nodejs20.x
25
MemorySize: 256
26
Timeout: 20
27
Events:
0 commit comments