Skip to content

Commit c8ee6de

Browse files
authored
Merge pull request #87 from ahonn/86-release-action-runner-fail
chore(deps): bump pnpm/action-setup from v2.2.1 to v4
2 parents f72e25d + 8fbf86e commit c8ee6de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- uses: actions/setup-node@v3
2727
with:
2828
node-version: "16"
29-
- uses: pnpm/action-setup@v2.2.1
29+
- uses: pnpm/action-setup@v4
3030
with:
31-
version: 6.0.2
31+
version: 9
3232
- run: pnpm install
3333
- run: pnpm build
3434
- name: Install zip

0 commit comments

Comments
 (0)