From 69cd58e48735c675f4fc2055a9c2ae6e346e7f74 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sat, 4 Mar 2023 15:50:48 -0800 Subject: [PATCH] Bump node build version to match new AWS Builder --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index f4f34bd..abc4f67 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -3,7 +3,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 14 + nodejs: 16 commands: - echo Installing dependencies... - npm install