Skip to content

Commit 0246137

Browse files
authored
Update deploy-gh-pages workflow to simplify pnpm setup
Remove pnpm version specification and installation step.
1 parent 3bb1fae commit 0246137

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ jobs:
1919

2020
- uses: pnpm/action-setup@v4
2121
name: Install pnpm 📦
22-
with:
23-
version: 10
24-
run_install: false
2522

2623
- name: Install Node.js ⚡️
2724
uses: actions/setup-node@v4
2825
with:
29-
node-version: 22
3026
cache: "pnpm"
3127

3228
- name: Build 🔧

0 commit comments

Comments
 (0)