Skip to content

Commit

Permalink
Be less picky about the pnpm version
Browse files Browse the repository at this point in the history
Our setup is very simple, so let's trust semantic versioning.
  • Loading branch information
FichteFoll committed Dec 28, 2023
1 parent fdf5e9f commit c538144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.0
version: 8

- name: Install Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit c538144

Please sign in to comment.