diff --git a/.github/workflows/CD-azure-functions.yml b/.github/workflows/CD-azure-functions.yml index eb74a75..3b2af97 100644 --- a/.github/workflows/CD-azure-functions.yml +++ b/.github/workflows/CD-azure-functions.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout of master uses: actions/checkout@master - - name: Set Node.js 10.x - uses: actions/setup-node@master + - name: Set up Node.js version + uses: actions/setup-node@v1 with: - version: 10.x + node-version: '10.x' - name: 'run: npm install and build' working-directory: ./AutomaticClockOuts