Skip to content

Commit c7f5264

Browse files
committed
ci: update pnpm/action-setup to v4 (#4320)
1 parent ca462df commit c7f5264

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/nodejs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ jobs:
7474
node-version: ${{ matrix.node-version }}
7575
cache: "yarn"
7676

77-
# Setup pnpm v7 for tests which is compatible with Node.js >=14
78-
- uses: pnpm/action-setup@v2
77+
- uses: pnpm/action-setup@v4
7978
with:
80-
version: 7
79+
version: 9
8180

8281
- name: Install dependencies
8382
run: yarn --frozen-lockfile --ignore-engines --ignore-scripts

0 commit comments

Comments
 (0)