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.
1 parent 7423785 commit a5d82beCopy full SHA for a5d82be
.github/workflows/CD-azure-functions.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Checkout of master
18
uses: actions/checkout@master
19
20
- - name: Set Node.js 10.x
21
- uses: actions/setup-node@master
+ - name: Set up Node.js version
+ uses: actions/setup-node@v1
22
with:
23
- version: 10.x
+ node-version: '10.x'
24
25
- name: 'run: npm install and build'
26
working-directory: ./AutomaticClockOuts
0 commit comments