Install dependencies.
This commit is contained in:
@@ -44,10 +44,10 @@ runs:
|
|||||||
uses: https://github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.nodeVersion }}
|
node-version: ${{ inputs.nodeVersion }}
|
||||||
# - name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
# run: npm ci
|
run: npm ci
|
||||||
# working-directory: ${{ inputs.workingDirectory }}
|
working-directory: ${{ inputs.workingDirectory }}
|
||||||
# shell: bash
|
shell: bash
|
||||||
# - name: "Run tests"
|
# - name: "Run tests"
|
||||||
# run: ${{ inputs.testCommand }}
|
# run: ${{ inputs.testCommand }}
|
||||||
# working-directory: ${{ inputs.workingDirectory }}
|
# working-directory: ${{ inputs.workingDirectory }}
|
||||||
|
|||||||
Reference in New Issue
Block a user