File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171env :
7272 NODE_VERSION : ' 18'
73- PNPM_VERSION : ' 8 '
73+ PNPM_VERSION : ' 10.24.0 '
7474 PRODUCT_NAME : TelemetryFlow Core
7575
7676permissions :
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 - name : Install pnpm
105105 uses : pnpm/action-setup@v4
106106 with :
107- version : ' 8 '
107+ version : ' 10.24.0 '
108108
109109 - name : Get build info
110110 id : info
@@ -211,7 +211,7 @@ jobs:
211211 RUN apk add --no-cache git make python3 g++
212212
213213 # Install pnpm
214- RUN npm install -g pnpm@8
214+ RUN npm install -g pnpm@10.24.0
215215
216216 # Copy package files
217217 COPY package.json pnpm-lock.yaml ./
Original file line number Diff line number Diff line change 4040
4141env :
4242 NODE_VERSION : ' 18'
43- PNPM_VERSION : ' 8 '
43+ PNPM_VERSION : ' 10.24.0 '
4444 PRODUCT_NAME : TelemetryFlow Core
4545 VENDOR : DevOpsCorner Indonesia
4646 MAINTAINER : support@telemetryflow.id
You can’t perform that action at this time.
0 commit comments