Merge pull request #2696 from balena-io/fix-dsutils

Dedupe shrinkwrap
This commit is contained in:
Otávio Jacobi 2023-11-06 16:11:13 -03:00 committed by GitHub
commit 70e113152d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 724 additions and 1770 deletions

View File

@ -31,6 +31,12 @@ runs:
node-version: ${{ inputs.NODE_VERSION }}
cache: npm
- name: Set up Python 3.11
if: runner.os == 'macOS'
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.11"
- name: Test release
shell: bash
run: |

2488
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff