Skip to content

Commit 2c6800f

Browse files
committed
feat: pnpm version
1 parent 1e560d1 commit 2c6800f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
fetch-depth: 0
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
22-
with:
23-
version: 10
2422
- name: Install dependencies
2523
run: pnpm install
2624
- name: Build project

.github/workflows/node.js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- name: Install pnpm
3333
uses: pnpm/action-setup@v4
34-
with:
35-
version: 10
3634
- name: Use Node.js ${{ matrix.node-version }}
3735
uses: actions/setup-node@v4
3836
with:

0 commit comments

Comments
 (0)