Skip to content

Commit

Permalink
Moving to node 20 + lib upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed Nov 22, 2023
1 parent 61b0412 commit 70818d4
Show file tree
Hide file tree
Showing 7 changed files with 3,353 additions and 7,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x

# cloud services

Expand Down
4 changes: 2 additions & 2 deletions aws/functions/lib/deploy-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DeployStack extends Stack {
entry: 'src/incomingTriggerFunction.js',
memorySize: 128,
timeout: Duration.seconds(20),
runtime: Runtime.NODEJS_16_X
runtime: Runtime.NODEJS_20_X
})
incomingTriggerFunction.addToRolePolicy(
new PolicyStatement({
Expand Down Expand Up @@ -71,7 +71,7 @@ class DeployStack extends Stack {
},
memorySize: 128,
timeout: Duration.seconds(20),
runtime: Runtime.NODEJS_16_X
runtime: Runtime.NODEJS_18_X
})

new TopicRule(this, 'topicRule', {
Expand Down
Loading

0 comments on commit 70818d4

Please sign in to comment.