Skip to content

Commit c02be28

Browse files
authored
Merge pull request #330 from kinde-oss/renovate/pnpm-action-setup-4.x
chore(deps): update pnpm/action-setup action to v4
2 parents 7bdf737 + 7201efb commit c02be28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-test-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
node-version: [22.x]
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: pnpm/action-setup@v3
19-
with:
20-
version: 10
18+
- uses: pnpm/action-setup@v4
2119
- name: Setting up Node.js ${{ matrix.node-version }}
2220
uses: actions/setup-node@v4
2321
with:

0 commit comments

Comments
 (0)