Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Bump Node version to 14 #102

Merged
merged 1 commit into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "12"
- "14"
install:
# Install deps
- npm install
Expand Down
2 changes: 1 addition & 1 deletion babelrc-node.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
"presets": [["@babel/preset-env", {
"targets": {
"node": "12"
"node": "14"
}
}]],
"env": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Timeout": 120,
"Environment": {
"Variables": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
FunctionName: 'AutoTag',
Handler: sub('autotag_event.handler'),
Role: get_att('AutoTagExecutionRole', 'Arn'),
Runtime: 'nodejs12.x',
Runtime: 'nodejs14.x',
# the ec2 instance worker will wait for up to 45 seconds for a
# opsworks stack or autoscaling group to be tagged with the creator
# in case the events come out of order
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"FunctionName" : "AutoTag",
"Handler" : "autotag_event.handler",
"Role" : { "Fn::GetAtt" : [ "AutoTagExecutionRole", "Arn" ] },
"Runtime" : "nodejs12.x",
"Runtime" : "nodejs14.x",
"Timeout" : 120,
"Environment": {
"Variables": {
Expand Down