Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Jul 18, 2024
1 parent 751484b commit 9d38661
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ runs:
- name: Setup pnpm
if: inputs.setup_nodejs == 'true'
shell: bash
# Corepack automatically reads `packageManager` field from root `package.json`.
run: corepack enable pnpm

- name: Setup Node.js
Expand Down
1 change: 0 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ARG FRONTEND_NODE_VERSION
FROM docker.io/node:${FRONTEND_NODE_VERSION}-alpine AS builder

# Install system packages needed to build on macOS
# Corepack automatically reads `packageManager` field from closest `package.json`.
RUN apk add --no-cache --virtual .gyp python3 make g++ \
&& corepack enable pnpm

Expand Down

0 comments on commit 9d38661

Please sign in to comment.