Skip to content

Commit

Permalink
minor #1204 Fix CI checks for pnpm (stof)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Fix CI checks for pnpm

Commits
-------

14ff0b0 Fix CI checks for pnpm
  • Loading branch information
weaverryan committed Jul 10, 2023
2 parents c673202 + 14ff0b0 commit fdbb255
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 fdbb255

Please sign in to comment.