Skip to content

Commit

Permalink
refactor(snackager): drop npm version limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jul 11, 2024
1 parent da2cdb8 commit 51cef25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup-snackager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ runs:
node-version: ${{ inputs.node-version }}
cache: yarn

# npm v7+ doesn't work well with our monorepo
- name: 🐛 Downgrade npm to v6
run: npm install --global npm@^6
working-directory: ../
shell: bash

- name: 📦 Install dependencies
run: yarn install --frozen-lockfile --ignore-scripts
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions snackager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ ENV NODE_OPTIONS --openssl-legacy-provider
ARG APP_VERSION
ENV APP_VERSION ${APP_VERSION}

# Install system dependencies
RUN npm install --global npm@^6


# --- Development - Prepare Snackager for development
FROM base as development
Expand Down

0 comments on commit 51cef25

Please sign in to comment.