Skip to content

Commit

Permalink
Fix missing pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 8, 2024
1 parent 7a81524 commit fea764a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: composer install --no-dev
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install NPM dependencies
run: pnpm install
- name: Build Javascript
Expand Down

0 comments on commit fea764a

Please sign in to comment.