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 06f5462 + 744a639 commit 3055f5dCopy full SHA for 3055f5d
.github/workflows/CD-azure-functions.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: 'run: npm install and build'
28
working-directory: ./AutomaticClockOuts
29
run: |
30
+ npm install nvm
31
+ nvm install 10.16.3
32
npm i -g azure-functions-core-tools@core --unsafe-perm true
33
npm install
34
func azure functionapp publish time-tracker-azure-functions
0 commit comments