From fa1b252cbe8474b36f6c2b74009bfe49227892a4 Mon Sep 17 00:00:00 2001 From: Victor San Kho Lin Date: Mon, 7 Nov 2022 17:20:52 +1100 Subject: [PATCH] Reverted to Nodejs 14 again! * Sigh :/ * ditto https://github.com/umccr/infrastructure/pull/265 Related #177 --- buildspec.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index b4112cc..39746d1 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -2,7 +2,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 16 + nodejs: 14 commands: - yarn install build: diff --git a/package.json b/package.json index 3f44337..09cb7d9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0-rc.1", "private": true, "engines": { - "node": ">=16.0.0" + "node": ">=14.0.0" }, "scripts": { "start": "source start.sh",