From 9a2447a4e897155b4c1a0b3c6ffe6073a5578f31 Mon Sep 17 00:00:00 2001 From: Jayesh Parmar <89792517+jayeshjeh@users.noreply.github.com> Date: Tue, 6 Dec 2022 23:48:44 +0530 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 7fca7f8..0570b6d 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -3,7 +3,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 10 + nodejs: 16 commands: - echo "installing something" pre_build: