File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
node-version : ${{ matrix.node_version }}
28
28
29
29
- name : Install pnpm
30
- uses : pnpm/action-setup@v2.4.1
30
+ uses : pnpm/action-setup@v4.0.0
31
31
32
32
- name : Get pnpm cache - Set output
33
33
id : pnpm-cache
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /app
6
6
7
7
COPY . .
8
8
9
- RUN npm install -g pnpm@9.1.1
9
+ RUN npm install -g pnpm@9.12.3
10
10
RUN pnpm install
11
11
RUN pnpm build
12
12
@@ -21,7 +21,7 @@ COPY --from=build /app/packages "${DISTDIR}/packages"
21
21
COPY --from=build /app/package.json ${DISTDIR}
22
22
COPY --from=build /app/pnpm-workspace.yaml ${DISTDIR}
23
23
24
- RUN npm install -g pnpm@9.1.1
24
+ RUN npm install -g pnpm@9.12.3
25
25
26
26
WORKDIR ${DISTDIR}
27
27
RUN pnpm install --prod
Original file line number Diff line number Diff line change 12
12
},
13
13
"license" : " MIT" ,
14
14
"private" : true ,
15
- "packageManager" : " pnpm@9.7.0 " ,
15
+ "packageManager" : " pnpm@9.12.3 " ,
16
16
"engines" : {
17
17
"node" : " >=18.0.0" ,
18
- "pnpm" : " >=9.1.1 "
18
+ "pnpm" : " >=9.12.3 "
19
19
},
20
20
"keywords" : [
21
21
" graphql" ,
You can’t perform that action at this time.
0 commit comments