diff --git a/continuous-delivery/pack.yml b/continuous-delivery/pack.yml index b3d021b69..4050b7e0b 100644 --- a/continuous-delivery/pack.yml +++ b/continuous-delivery/pack.yml @@ -2,7 +2,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 10 + nodejs: 14 pre_build: commands: - cd aws-crt-nodejs diff --git a/continuous-delivery/publish.yml b/continuous-delivery/publish.yml index 1931063f9..3c2322dfd 100644 --- a/continuous-delivery/publish.yml +++ b/continuous-delivery/publish.yml @@ -2,7 +2,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 10 + nodejs: 14 build: commands: - cd aws-crt-nodejs diff --git a/continuous-delivery/test-version-exists.yml b/continuous-delivery/test-version-exists.yml index dcb900f40..72bba9d5e 100644 --- a/continuous-delivery/test-version-exists.yml +++ b/continuous-delivery/test-version-exists.yml @@ -2,7 +2,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 10 + nodejs: 14 build: commands: - cd aws-crt-nodejs