Skip to content

Commit 698b515

Browse files
markkuhnMark Kuhn
and
Mark Kuhn
authored
fix tcp socket stream destruction (#126)
* fix tcp socket stream destruction * bump version * update buildspec to node 16 * fixed high sevs in dependencies Co-authored-by: Mark Kuhn <[email protected]>
1 parent 782676b commit 698b515

File tree

7 files changed

+1226
-213
lines changed

7 files changed

+1226
-213
lines changed

buildspecs/buildspec-node14.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

buildspecs/buildspec.canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
phases:
1010
install:
1111
runtime-versions:
12-
nodejs: 10
12+
nodejs: 16
1313
commands:
1414
# start docker
1515
# https://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker-custom-image.html#sample-docker-custom-image-files

buildspecs/buildspec.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
phases:
99
install:
1010
runtime-versions:
11-
nodejs: 10
11+
nodejs: 16
1212
commands:
1313
- npm install
1414
build:

buildspecs/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
phases:
1010
install:
1111
runtime-versions:
12-
nodejs: 10
12+
nodejs: 16
1313
commands:
1414
# start docker
1515
# https://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker-custom-image.html#sample-docker-custom-image-files

0 commit comments

Comments
 (0)