File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [14.x, 18.x]
19+ node-version : [18.x]
2020 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121
2222 steps :
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v3
1313 with :
14- node-version : 14
14+ node-version : 18
1515 - run : npm ci
1616 - run : npm test
1717
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ const asyncLocalStorage = new AsyncLocalStorage();
1515
1616const CORRELATION_KEY = '__X_POWERTOOLS_CORRELATION_IDS__' ;
1717
18- export const enableCorrelationIds = ( props ?: CorrelationProps ) => {
19- return {
18+ export const enableCorrelationIds = ( props ?: CorrelationProps ) => { return {
2019 before : ( handler : middy . Request ) => {
2120 if ( ! props || props . awsDefaults === true ) {
2221 const event = handler . event as SupportedEventTypes ;
You can’t perform that action at this time.
0 commit comments