From 12f727ca37e50b8553120edc39d33c3aaf2d21df Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Fri, 16 Aug 2024 13:33:44 -0700 Subject: [PATCH] bump install runtime-versions from nodejs 10 to 14 in continuous-delivery --- continuous-delivery/pack.yml | 2 +- continuous-delivery/publish.yml | 2 +- continuous-delivery/test-version-exists.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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