From 93ba1d0883755a4676d605a6686ec40776ade4c5 Mon Sep 17 00:00:00 2001 From: Rene Enriquez Date: Tue, 24 Nov 2020 21:13:30 -0500 Subject: [PATCH] testing deployment --- .github/workflows/CD-azure-functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD-azure-functions.yml b/.github/workflows/CD-azure-functions.yml index 790c342..b2688b8 100644 --- a/.github/workflows/CD-azure-functions.yml +++ b/.github/workflows/CD-azure-functions.yml @@ -27,7 +27,7 @@ jobs: - name: 'run: npm install and build' working-directory: ./AutomaticClockOuts run: | - npm install nvm + npm i -g nvm nvm install 10.16.3 npm i -g azure-functions-core-tools@core --unsafe-perm true npm install