Skip to content

Commit 3055f5d

Browse files
authored
Merge pull request #20 from ioet/testing6
testing deployment
2 parents 06f5462 + 744a639 commit 3055f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: 'run: npm install and build'
2828
working-directory: ./AutomaticClockOuts
2929
run: |
30+
npm install nvm
31+
nvm install 10.16.3
3032
npm i -g azure-functions-core-tools@core --unsafe-perm true
3133
npm install
3234
func azure functionapp publish time-tracker-azure-functions

0 commit comments

Comments
 (0)