Install dependencies.

This commit is contained in:
2026-01-01 16:32:58 -08:00
parent 02adfdda98
commit 4992cb187a

View File

@@ -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 }}