Skip to content

Commit fdbb255

Browse files
committed
minor #1204 Fix CI checks for pnpm (stof)
This PR was merged into the main branch. Discussion ---------- Fix CI checks for pnpm Commits ------- 14ff0b0 Fix CI checks for pnpm
2 parents c673202 + 14ff0b0 commit fdbb255

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing_apps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
name: Install pnpm
9999
uses: pnpm/action-setup@v2
100100
with:
101-
version: latest
101+
# The latest version of pnpm does not support node 14.x anymore.
102+
version: 7.x
102103

103104
- name: Packing Encore
104105
run: yarn pack --filename webpack-encore.tgz

0 commit comments

Comments
 (0)