Skip to content

Commit

Permalink
ci: upgrade PNPM to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Dec 16, 2024
1 parent 82766ab commit cc488b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Build the web app for publishing
run: ./build.sh publish --web-only
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Tests
run: ./build.sh test
Expand Down

0 comments on commit cc488b2

Please sign in to comment.