diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 5190089..35310bc 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -53,7 +53,7 @@ jobs: cd ${{ github.sha }} echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}" npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} --include prod - find node_modules/${{ steps.info.outputs.package }} + find node_modules/ #${{ steps.info.outputs.package }} echo Done env: NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }}