Skip to content

Commit c54c198

Browse files
authored
Merge pull request #16 from ioet/fix-pipeline
testing deployment
2 parents 2bdc8c0 + a5d82be commit c54c198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout of master
1818
uses: actions/checkout@master
1919

20-
- name: Set Node.js 10.x
21-
uses: actions/setup-node@master
20+
- name: Set up Node.js version
21+
uses: actions/setup-node@v1
2222
with:
23-
version: 10.x
23+
node-version: '10.x'
2424

2525
- name: 'run: npm install and build'
2626
working-directory: ./AutomaticClockOuts

0 commit comments

Comments
 (0)