Skip to content

Commit 045262e

Browse files
committed
Merge branch 'develop'
2 parents 069607e + d79e1ec commit 045262e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ on:
7070

7171
env:
7272
NODE_VERSION: '18'
73-
PNPM_VERSION: '8'
73+
PNPM_VERSION: '10.24.0'
7474
PRODUCT_NAME: TelemetryFlow Core
7575

7676
permissions:

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ./

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040

4141
env:
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

0 commit comments

Comments
 (0)