diff --git a/npm/npm-test/action.yaml b/npm/npm-test/action.yaml index 2a82211..44951a1 100644 --- a/npm/npm-test/action.yaml +++ b/npm/npm-test/action.yaml @@ -44,10 +44,10 @@ runs: uses: https://github.com/actions/setup-node@v4 with: node-version: ${{ inputs.nodeVersion }} - # - name: "Install dependencies" - # run: npm ci - # working-directory: ${{ inputs.workingDirectory }} - # shell: bash + - name: "Install dependencies" + run: npm ci + working-directory: ${{ inputs.workingDirectory }} + shell: bash # - name: "Run tests" # run: ${{ inputs.testCommand }} # working-directory: ${{ inputs.workingDirectory }}