Fix pnpm version for CI (#2204)

Update pnpm gh action to 9.0.2
This commit is contained in:
Octavian FlowiseAI
2024-04-18 03:22:53 +02:00
committed by GitHub
parent 2cadd68a43
commit 713077381b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN apk add --no-cache build-base cairo-dev pango-dev
RUN apk add --no-cache chromium
#install PNPM globaly
RUN npm install -g pnpm@8.14.0
RUN npm install -g pnpm
ENV PUPPETEER_SKIP_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser