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