From 901350241c69623b7f2a24158537143422ca5ce0 Mon Sep 17 00:00:00 2001 From: Sean Coxen Date: Tue, 3 Sep 2024 13:42:57 -0400 Subject: [PATCH] Update frontend--publish-stage-azure.yml --- .github/workflows/frontend--publish-stage-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend--publish-stage-azure.yml b/.github/workflows/frontend--publish-stage-azure.yml index b27a8b9..0a84a57 100644 --- a/.github/workflows/frontend--publish-stage-azure.yml +++ b/.github/workflows/frontend--publish-stage-azure.yml @@ -33,7 +33,7 @@ env: BUILD_OUTPUT_DIRECTORY: './frontend/build' WORKING_DIRECTORY: 'frontend' # set this to the node version to use - NODE_VERSION: '14.17.3' + NODE_VERSION: '16.x' jobs: Build-and-Deploy-FrontEnd: