Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
testing deployment
  • Loading branch information
enriquezrene committed Nov 25, 2020
commit 93ba1d0883755a4676d605a6686ec40776ade4c5
2 changes: 1 addition & 1 deletion .github/workflows/CD-azure-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down