diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index eecf689c2a..a21da91cad 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -15,7 +15,7 @@ inputs: description: 'enable caching for node modules' required: false type: boolean - default: 'true' + default: 'true' act: description: 'enable act debug' required: false @@ -28,7 +28,7 @@ runs: - name: install NPM uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 14.15.4 cache-dependency-path: package-lock.json - name: get latest tag sha id: tag-sha @@ -72,4 +72,4 @@ runs: act: ${{ inputs.act }} - name: link nx executable run: sudo ln -s $(npm bin)/nx /usr/bin/nx - shell: bash \ No newline at end of file + shell: bash