Skip to content

Commit 14ff0b0

Browse files
authored
Fix CI checks for pnpm
1 parent c673202 commit 14ff0b0

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)