This commit is contained in:
2026-01-01 16:35:51 -08:00
parent 4992cb187a
commit 3045b74952

View File

@@ -45,7 +45,10 @@ runs:
with:
node-version: ${{ inputs.nodeVersion }}
- name: "Install dependencies"
run: npm ci
run: |
ls -al
echo --------------------------------------------
npm ci
working-directory: ${{ inputs.workingDirectory }}
shell: bash
# - name: "Run tests"