Skip to content

Commit 334b7f2

Browse files
committed
Use latest version of pnpm in workflow setup
1 parent 1042046 commit 334b7f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# https://github.com/pnpm/action-setup
1616
- uses: pnpm/action-setup@v4
1717
with:
18-
version: 6
18+
version: latest
1919

2020
# https://github.com/actions/setup-node
2121
- name: Setup Node.js 20.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# https://github.com/pnpm/action-setup
3737
- uses: pnpm/action-setup@v4
3838
with:
39-
version: 6
39+
version: latest
4040

4141
# https://github.com/actions/setup-node
4242
- name: Setup Node.js 20.x

0 commit comments

Comments
 (0)