From 41a474e3d532d8f881d0f032bb9e4550681b2480 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 8 Feb 2023 09:58:58 +0100 Subject: [PATCH] debug pipe issue --- .github/actions/setup/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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