Skip to content

Commit a5d82be

Browse files
committed
testing deployment
1 parent 7423785 commit a5d82be

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)