Skip to content

Commit

Permalink
#99: Use latest pnpm again
Browse files Browse the repository at this point in the history
  • Loading branch information
ynotdraw committed Mar 24, 2023
1 parent 0f125c2 commit ca2f3de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/pnpm/action.yml
Expand Up @@ -5,8 +5,7 @@ runs:
steps:
- uses: pnpm/action-setup@v2.2.4
with:
# TODO: Pinning this for now due to https://github.com/CrowdStrike/ember-toucan-core/issues/99
version: 7.30.0
version: 7
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
Expand Down

0 comments on commit ca2f3de

Please sign in to comment.