Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 0e6961e

Browse files
committed
ci/cd: update CI to use pnpm setup action v2
1 parent 886fce5 commit 0e6961e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out repository
2121
uses: actions/checkout@v3
2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v2.2.2
23+
uses: pnpm/action-setup@v2
2424
with:
2525
run_install: true
2626
- name: Build project
@@ -38,7 +38,7 @@ jobs:
3838
- name: Check out repository
3939
uses: actions/checkout@v3
4040
- name: Install pnpm
41-
uses: pnpm/action-setup@v2.2.2
41+
uses: pnpm/action-setup@v2
4242
with:
4343
run_install: true
4444
- name: Build project

0 commit comments

Comments
 (0)