We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3055f5d + 93ba1d0 commit c3df4e4Copy full SHA for c3df4e4
.github/workflows/CD-azure-functions.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: 'run: npm install and build'
28
working-directory: ./AutomaticClockOuts
29
run: |
30
- npm install nvm
+ npm i -g nvm
31
nvm install 10.16.3
32
npm i -g azure-functions-core-tools@core --unsafe-perm true
33
npm install
0 commit comments