Skip to content

Commit

Permalink
Fix CI checks for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Apr 25, 2023
1 parent c673202 commit 14ff0b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
# The latest version of pnpm does not support node 14.x anymore.
version: 7.x

- name: Packing Encore
run: yarn pack --filename webpack-encore.tgz
Expand Down

0 comments on commit 14ff0b0

Please sign in to comment.