Skip to content

Commit 5f0eea3

Browse files
committed
Remove pnpm version from GitHub Pages workflow, it's already specified in package.json
1 parent 34a33c0 commit 5f0eea3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pages.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
uses: actions/checkout@v4
3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v4
35-
with:
36-
version: 9
3735
- name: Set up Node
3836
uses: actions/setup-node@v4
3937
with:

src/template/gh-pages/config/.github/workflows/pages.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
uses: actions/checkout@v4
3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v4
35-
with:
36-
version: 9
3735
- name: Set up Node
3836
uses: actions/setup-node@v4
3937
with:

0 commit comments

Comments
 (0)