Skip to content

Commit f2e28d6

Browse files
authored
chore: set a fixed pnpm version in builder image (#391)
Signed-off-by: Philippe Martin <phmartin@redhat.com>
1 parent 8bee83f commit f2e28d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Containerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ COPY tests/playwright/package.json tests/playwright/package.json
2929
COPY .npmrc .npmrc
3030

3131
RUN npm i -g ssh2@1.16.0 && \
32-
npm install --global pnpm@10 && \
32+
npm install --global pnpm@10.20.0 && \
3333
pnpm --frozen-lockfile install

0 commit comments

Comments
 (0)