Install dependencies.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user